| SoMFVec2dFind Method (SbVec2d) | 
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(
	SbVec2d targetValue
)
Public Function Find ( 
	targetValue As SbVec2d
) As Integer
public:
int Find(
	SbVec2d targetValue
)
member Find : 
        targetValue : SbVec2d -> int 
Parameters
- targetValue
 - Type: OIV.InventorSbVec2d
 
Return Value
Type: 
Int32
Remarks
See Also