API Reference > OdDb Classes > OdDbObjectContextManager Class > OdDbObjectContextManager Methods > OdDbObjectContextManager::contextCollection Method
OdDbObjectContextManager::contextCollection Method
Syntax
C++
OdDbObjectContextCollection* contextCollection(const OdString& collectionName) const;
Parameters 
Description 
const OdString& collectionName 
[out] Name of the context collection. 

Returns a pointer to the registered context collection. If no collection exists with the specified name, Null is returned.

Returns a pointer to a context collection using its name as an identifier. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.