SoMFInstanceParameterFind Method (SoInstanceParameter) |
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(
SoInstanceParameter targetValue
)
Public Function Find (
targetValue As SoInstanceParameter
) As Integer
public:
int Find(
SoInstanceParameter^ targetValue
)
member Find :
targetValue : SoInstanceParameter -> int
Parameters
- targetValue
- Type: OIV.Inventor.NodesSoInstanceParameter
Return Value
Type:
Int32Remarks See Also