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