| SoShapeSimplifyActionEnableElement Method  | 
 
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static void EnableElement(
	Type t,
	int stkIndex
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Shared Sub EnableElement ( 
	t As Type,
	stkIndex As Integer
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
static void EnableElement(
	Type^ t, 
	int stkIndex
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
static member EnableElement : 
        t : Type * 
        stkIndex : int -> unit 
Parameters
- t
 - Type: SystemType
 - stkIndex
 - Type: SystemInt32
 
Remarks
See Also