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