SoMFVec3i32Find Method (SbVec3i32) |
Calls Find(targetValue, false).
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public int Find(
SbVec3i32 targetValue
)
Public Function Find (
targetValue As SbVec3i32
) As Integer
public:
int Find(
SbVec3i32 targetValue
)
member Find :
targetValue : SbVec3i32 -> int
Parameters
- targetValue
- Type: OIV.InventorSbVec3i32
Return Value
Type:
Int32Remarks See Also