IVariableGroup

class IVariableGroup

Bases: ImpactCOMWrapperBase

Description:

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.

Description:

Returns true if the group is an advanced group.

Returns:

The value of Advanced.

Return type:

advanced (bool)

property name

Gets Name.

Description:

The group name.

Returns:

The value of Name.

Return type:

name (str)

property preview_layer

Gets preview_layer.

Description:

Returns the preview layer associated with the group.

Returns:

The value of preview_layer.

Return type:

preview_layer (str)

property visible

Gets Visible.

Description:

Returns true if the group is visible.

Returns:

The value of Visible.

Return type:

visible (bool)