SoMFNodeFind Method (SoNode) |
Calls Find(targetValue, false).
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public int Find(
SoNode targetValue
)
Public Function Find (
targetValue As SoNode
) As Integer
public:
int Find(
SoNode^ targetValue
)
member Find :
targetValue : SoNode -> int
Parameters
- targetValue
- Type: OIV.Inventor.NodesSoNode
Return Value
Type:
Int32Remarks See Also