Skip to content

IObjectNaviOptions

Canonical path: NemAll_Python_AllplanSettings.IObjectNaviOptions

Interface to get the User Settings for the ObjectNaviOptions

Methods:

  • GetLayerNameDisplayTypeInTree

    Get the display kind of the layerName in the tree (objectnavigator) (0 = short text, 1 = long text)

  • GetRoomNameInTree

    Get the roomname in the tree (objectnavigator) (0 = medium, 1 = high, 2 = best)

  • IsDefault

    Check if the assigned Value is the Default Value

  • IsVisibleOption

    Get Visibility of Controls depending on User-Licence

  • SetDefault

    Reset to Default Value

GetLayerNameDisplayTypeInTree

GetLayerNameDisplayTypeInTree() -> OptionInt

Get the display kind of the layerName in the tree (objectnavigator) (0 = short text, 1 = long text)

Returns:

  • OptionInt

    display kind of the layerName in the tree (objectnavigator) (0 = short text, 1 = long text)

GetRoomNameInTree

GetRoomNameInTree() -> OptionDouble

Get the roomname in the tree (objectnavigator) (0 = medium, 1 = high, 2 = best)

Returns:

  • OptionDouble

    roomname in the tree (objectnavigator) (0 = medium, 1 = high, 2 = best)

IsDefault

IsDefault() -> bool

Check if the assigned Value is the Default Value

Returns:

  • bool

    true / false

IsVisibleOption

IsVisibleOption() -> bool

Get Visibility of Controls depending on User-Licence

Returns:

  • bool

    true / false

SetDefault

SetDefault()

Reset to Default Value

Placeholder