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