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: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public SoElement GetElement(
int stackIndex
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Function GetElement (
stackIndex As Integer
) As SoElement
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
SoElement^ GetElement(
int stackIndex
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member GetElement :
stackIndex : int -> SoElement
Parameters
- stackIndex
- Type: SystemInt32
Return Value
Type:
SoElement
RemarksObsoletesince Open Inventor 9000
Use the templated version instead.
See Also