IVariableGroup

class IVariableGroup

Bases: ImpactCOMWrapperBase

Summary:

Represents a variable group.

Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance

property advanced

Gets Advanced.

Summary:

Returns true if the group is an advanced group.

Returns:

The value of Advanced.

Return type:

advanced (bool)

property name

Gets Name.

Summary:

The group name.

Returns:

The value of Name.

Return type:

name (str)

property preview_layer

Gets preview_layer.

Summary:

Returns the preview layer associated with the group.

Returns:

The value of preview_layer.

Return type:

preview_layer (str)

property visible

Gets Visible.

Summary:

Returns true if the group is visible.

Returns:

The value of Visible.

Return type:

visible (bool)

isNone()

Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.