IBorderPlotPageArea¶
- class IBorderPlotPageArea¶
Bases:
ImpactCOMWrapperBase- Summary:
Represents a border plot area in a border plot page.
Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance
- property layers¶
Gets Layers.
- Summary:
Gets or sets the ILayer objects assigned to the border plot area.
- Returns:
The value of Layers.
- Return type:
layers (any)
Examples:
- property name¶
Gets Name.
- Summary:
Gets the name of the border plot area.
- Returns:
The value of Name.
- Return type:
name (str)
- isNone()¶
Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.