SoStateGetConstElement Method (Type, Int32) |
Returns the top (read-only) instance of the given element stack.
Namespace: OIV.Inventor.MiscAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoElement GetConstElement(
Type type,
int stackIndex
)
Public Function GetConstElement (
type As Type,
stackIndex As Integer
) As SoElement
public:
SoElement^ GetConstElement(
Type^ type,
int stackIndex
)
member GetConstElement :
type : Type *
stackIndex : int -> SoElement
Parameters
- type
- Type: SystemType
- stackIndex
- Type: SystemInt32
Return Value
Type:
SoElementRemarks See Also