Namespace: OIV.Inventor.MiscAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoState(
SoAction action,
SoTypeList enabledElements
)
Public Sub New (
action As SoAction,
enabledElements As SoTypeList
)
public:
SoState(
SoAction^ action,
SoTypeList^ enabledElements
)
new :
action : SoAction *
enabledElements : SoTypeList -> SoState
Parameters
- action
- Type: OIV.Inventor.ActionsSoAction
- enabledElements
- Type: OIV.InventorSoTypeList
Remarks Takes pointer to action instance this state is part of and a list of type-ids of elements that are enabled.
See Also