GRAPHISOFT®

Python APIVersion: 0.23 Beta

ChangeLayoutSettings

Changes the settings of the given layout (or master layout) navigator item.

def ChangeLayoutSettings (layoutItem, layoutSettings) -> None

 

Parameters

layoutItem
[in] An APIObject describing an existing layout navigator item.
layoutSettings
[in] An APIObject describing the new settings of the layout.

 

Return Values

This function does not have any return values.

 

Remarks

For information on how to fill the passed layoutSettings APIObject, visit the documentation of API_LayoutInfo structure.
This function is analogous to the APIEnv_ChangeLayoutSetsID function of the C++ API.

 

Requirements

Version: Python API 0.1 or Later
Module: GS

 

See Also

GetNavigatorTree, GetLayoutSettings

All functions