Finds index of given node within group.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntaxpublic 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:
Int32
Remarks
See Also