GRAPHISOFT®

Python APIVersion: 0.23 Beta

GetLayoutSettings

Returns the settings of a layout (or master layout) navigator item.

def GetLayoutSettings (layoutItem) -> APIObject

 

Parameters

layoutItem
[in] An APIObject describing an existing layout item.

 

Return Values

This function returns an APIObject describing the settings of the layout item.

 

Remarks

For information on how to handle the returned APIObject, visit the documentation of API_LayoutInfo structure.
This function is analogous to the APIEnv_GetLayoutSetsID function of the C++ API.

 

Requirements

Version: Python API 0.1 or Later
Module: GS

 

See Also

GetNavigatorTree, ChangeLayoutSettings

All functions