C++
static AcDbDictionary* getPointCloudExDictionary( AcDbPointCloudDefEx* pDefEx );
Description
Returns a pointer to the point cloud extension dictionary for the given AcDbPointCloudDefEx's database, or NULL if the dictionary was not found. If the pDefEx is NULL, the AutoCAD database for the dictionary is typically acdbCurDwg().
Parameters
Parameters | Description |
---|---|
pDefEx | Input AcDbPointCloudDefEx object for which to find the dictionary. |