SoMFUInt32Find Method (UInt32) |
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(
uint targetValue
)
Public Function Find (
targetValue As UInteger
) As Integer
public:
int Find(
unsigned int targetValue
)
member Find :
targetValue : uint32 -> int
Parameters
- targetValue
- Type: SystemUInt32
Return Value
Type:
Int32Remarks See Also