IPaletteOptions

class IPaletteOptions

Bases: ImpactCOMWrapperBase

Description:

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.

Description:

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:

construction (IPalette)

property dimension

Gets Dimension.

Description:

Gets and sets the palette used for dimension entities.

Remarks:

Setting this property to nothing means that the current palette will be used instead.

Returns:

The value of Dimension.

Return type:

dimension (IPalette)

property text

Gets Text.

Description:

Gets and sets the palette used for text entities.

Remarks:

Setting this property to nothing means that the current palette will be used instead.

Returns:

The value of Text.

Return type:

text (IPalette)