Skip to content

IReportGeneralOptions

Canonical path: NemAll_Python_AllplanSettings.IReportGeneralOptions

Interface to get the User Settings for the ReportGeneralOptions

Methods:

GetGraphicColor

GetGraphicColor() -> OptionInt

Get the graphic color

Returns:

GetGraphicIsSet1Pen

GetGraphicIsSet1Pen() -> OptionBool

Get a value indicating whether the graphic pen setting is set/used

Returns:

  • OptionBool

    Get a value indicating whether the graphic pen setting is set/used

GetGraphicIsSetColorOrPen

GetGraphicIsSetColorOrPen() -> OptionBool

Get a value indicating wheather the graphic color or pen setting is set/used

Returns:

  • OptionBool

    Get a value indicating wheather the graphic color or pen setting is set/used

GetGraphicIsSetPenColor

GetGraphicIsSetPenColor() -> OptionBool

Get a value indicating whether the graphic is set to pen color

Returns:

  • OptionBool

    Get a value indicating whether the graphic is set to pen color

GetGraphicIsSetThickLine

GetGraphicIsSetThickLine() -> OptionBool

Get a value indicating whether the graphic thick line setting is set

Returns:

  • OptionBool

    Get a value indicating whether the graphic thick line setting is set

GetGraphicPen

GetGraphicPen() -> OptionInt

Get the graphic pen

Returns:

GetGraphicQuality

GetGraphicQuality() -> OptionInt

Get the graphic quality (0 = medium, 1 = high, 2 = best)

Returns:

  • OptionInt

    graphic quality (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