Skip to content

IPenColorOptions

Canonical path: NemAll_Python_AllplanSettings.IPenColorOptions

Interface to get the User Settings for the IPenColorOptions

Methods:

GetPenColor

GetPenColor(index: int) -> OptionInt

Get the Global Options for GetPenColor

Parameters:

  • index (int) –

    starts with 1

Returns:

  • OptionInt

    Global Options for GetPenColor

GetThickness

GetThickness(index: int) -> float

Get the Global Options for Thickness

Parameters:

  • index (int) –

    starts with 1

Returns:

  • float

    double

IsChangedSinceResetChangedFlag

IsChangedSinceResetChangedFlag() -> bool

Check if the currently assigned Value is changed since reset changed flag

Returns:

  • bool

    true / false

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

ResetChangedFlag

ResetChangedFlag()

reset changed flag

SetDefault

SetDefault()

Reset to Default Value

Placeholder