Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbObjectContextInterface::supportsCollection Method
Syntax
C++
virtual bool supportsCollection(const OdDbObject* pObject, const OdString& collectionName) const = 0;

Returns whether a context collection is supported by a specified object. 

 

Parameters
Description
pObject
[in] Pointer to the object.
collectionName
[in] Name of the context collection.

Returns true if the object supports the named context collection, or returns false if it does not.

Copyright © 2002-2022. Open Design Alliance All rights reserved.