SoStateGetConstElement Method (Int32) |
Note: This API is now obsolete.
Returns the top (read-only) instance of the given element stack.
Namespace: OIV.Inventor.MiscAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 9000. Use the type safe templated version instead.")]
public SoElement GetConstElement(
int stackIndex
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 9000. Use the type safe templated version instead.")>
Public Function GetConstElement (
stackIndex As Integer
) As SoElement
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since Open Inventor 9000. Use the type safe templated version instead.")]
SoElement^ GetConstElement(
int stackIndex
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 9000. Use the type safe templated version instead.")>]
member GetConstElement :
stackIndex : int -> SoElement
Parameters
- stackIndex
- Type: SystemInt32
Return Value
Type:
SoElementRemarks Caution |
---|
Obsolete since Open Inventor 9000. Use the type safe templated version instead. |
See Also