IPaletteOptions¶
- class IPaletteOptions¶
Bases:
ImpactCOMWrapperBase- Summary:
Specifies the palette options associated with a drawing.
Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance
- property construction¶
Gets Construction.
- Summary:
Gets and sets the palette used for construction entities.
- Remarks:
Setting this property to nothing means that the current palette will be used instead.
- Returns:
The value of Construction.
- Return type:
Examples:
- property dimension¶
Gets Dimension.
- Summary:
Gets and sets the palette used for dimension entities.
- Remarks:
Setting this property to nothing means that the current palette will be used instead.
Examples:
- property text¶
Gets Text.
- Summary:
Gets and sets the palette used for text entities.
- Remarks:
Setting this property to nothing means that the current palette will be used instead.
Examples:
- isNone()¶
Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.