SoStateGetElement Method (Type, Int32) |
Returns a writable instance of the element on the top of the stack with the given index and type.
Namespace: OIV.Inventor.MiscAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoElement GetElement(
Type type,
int stackIndex
)
Public Function GetElement (
type As Type,
stackIndex As Integer
) As SoElement
public:
SoElement^ GetElement(
Type^ type,
int stackIndex
)
member GetElement :
type : Type *
stackIndex : int -> SoElement
Parameters
- type
- Type: SystemType
- stackIndex
- Type: SystemInt32
Return Value
Type:
SoElementRemarks See Also