Finds index of given node within group.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public int FindNode(
SoNode node
)
Public Function FindNode (
node As SoNode
) As Integer
public:
int FindNode(
SoNode^ node
)
member FindNode :
node : SoNode -> int
Parameters
- node
- Type: OIV.Inventor.NodesSoNode
Return Value
Type:
Int32Remarks See Also