C++
static AcDbObjectId pointCloudExDictionary( AcDbDatabase* pDb );
Description
Returns the object ID of the point cloud extension dictionary in the specified drawing database or 0 if the dictionary was not found.
Parameters
Parameters | Description |
---|---|
pDb | Input AutoCAD database in which to search for the dictionary. |