Namespace: OIV.Inventor.MiscAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
 Syntax
Syntaxpublic 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 -> SoStateParameters
- action
- Type: OIV.Inventor.ActionsSoAction
 
- enabledElements
- Type: OIV.InventorSoTypeList
 
 Remarks
RemarksTakes pointer to action instance this state is part of and a list of type-ids of elements that are enabled. 
 See Also
See Also