| SoMFBufferObjectFind Method (SoBufferObject) | 
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(
	SoBufferObject targetValue
)
Public Function Find ( 
	targetValue As SoBufferObject
) As Integer
public:
int Find(
	SoBufferObject^ targetValue
)
member Find : 
        targetValue : SoBufferObject -> int 
Parameters
- targetValue
 - Type: OIV.Inventor.DevicesSoBufferObject
 
Return Value
Type: 
Int32
Remarks
See Also