SoMFNameFind Method (String) |
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(
string targetValue
)
Public Function Find (
targetValue As String
) As Integer
public:
int Find(
String^ targetValue
)
member Find :
targetValue : string -> int
Parameters
- targetValue
- Type: SystemString
Return Value
Type:
Int32Remarks See Also