API Reference > OdDb Classes > OdDbSelectionSet Class > OdDbSelectionSet Methods > OdDbSelectionSet::createObject Method
OdDbSelectionSet::createObject Method
Syntax
C++
static OdDbSelectionSetPtr createObject(const OdDbDatabase * pDb);
Parameters 
Description 
const OdDbDatabase * pDb 
[in] Pointer to the database object for which to create the SelectionSet object. 

Returns a SmartPointer to the new SelectionSet object.

Creates a SelectionSet object for the specified database.

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