SoPatternElementGetClassStackIndex Method |
Note: This API is now obsolete.
Returns the stack id for this element.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("")]
public static int GetClassStackIndex()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("")>
Public Shared Function GetClassStackIndex As Integer
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"")]
static int GetClassStackIndex()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("")>]
static member GetClassStackIndex : unit -> int
Return Value
Type:
Int32Remarks See Also