SoSTLWriteActionEnableElement Method |
Namespace: OIV.Inventor.IO.STLAssembly: OIV.Inventor.IO.STL (in OIV.Inventor.IO.STL.dll) Version: 10.12.3.0 (10.12.3.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