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