| SoMFDoubleFind Method (Double) | 
Calls Find(targetValue, false).
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic int Find(
	double targetValue
)
Public Function Find ( 
	targetValue As Double
) As Integer
public:
int Find(
	double targetValue
)
member Find : 
        targetValue : float -> int 
Parameters
- targetValue
 - Type: SystemDouble
 
Return Value
Type: 
Int32
Remarks
See Also