IBorderPlotPage¶
- class IBorderPlotPage¶
Bases:
ImpactCOMWrapperBase- Summary:
Represents a defined 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 areas¶
Gets Areas.
- Summary:
Returns an IBorderPlotPageAreas collection representing the areas within the border plot page.
- Returns:
The value of Areas.
- Return type:
- property data_repeaters¶
Gets data_repeaters.
- Summary:
A collection of data repeaters for the page.
- Returns:
The value of data_repeaters.
- Return type:
Examples:
- property template¶
Gets Template.
- Summary:
Returns the IDatabaseItem representing the template used for the border plot page.
- Returns:
The value of Template.
- Return type:
- isNone()¶
Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.