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