SoMFEnumEnumTypeFind Method (Int32) |
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(
int targetValue
)
Public Function Find (
targetValue As Integer
) As Integer
public:
int Find(
int targetValue
)
member Find :
targetValue : int -> int
Parameters
- targetValue
- Type: SystemInt32
Return Value
Type:
Int32Remarks See Also