| SoBaseListContains Method  | 
 
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic bool Contains(
	SoBase value
)
Public Function Contains ( 
	value As SoBase
) As Boolean
public:
bool Contains(
	SoBase^ value
)
member Contains : 
        value : SoBase -> bool 
Parameters
- value
 - Type: OIV.Inventor.MiscSoBase
 
Return Value
Type: 
Boolean
See Also