SoMultipleInstanceElementSet Method |
Sets the current multiple instance node.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Set(
SoState state,
SoNode node,
SoMultipleInstance instanceproperty
)
Public Shared Sub Set (
state As SoState,
node As SoNode,
instanceproperty As SoMultipleInstance
)
public:
static void Set(
SoState^ state,
SoNode^ node,
SoMultipleInstance^ instanceproperty
)
static member Set :
state : SoState *
node : SoNode *
instanceproperty : SoMultipleInstance -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- instanceproperty
- Type: OIV.Inventor.NodesSoMultipleInstance
Remarks See Also