SoMultipleInstanceElementGetNumInstances Method |
Returns the number of shape instance requests in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static uint GetNumInstances(
SoState state
)
Public Shared Function GetNumInstances (
state As SoState
) As UInteger
public:
static unsigned int GetNumInstances(
SoState^ state
)
static member GetNumInstances :
state : SoState -> uint32
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
UInt32Remarks See Also