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