SoRenderObjectListContains Method |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic bool Contains(
SoRenderObject value
)
Public Function Contains (
value As SoRenderObject
) As Boolean
public:
bool Contains(
SoRenderObject^ value
)
member Contains :
value : SoRenderObject -> bool
Parameters
- value
- Type: OIV.Inventor.NodesSoRenderObject
Return Value
Type:
Boolean
See Also