Share

AcDbNamedObjectDictionaryPointer

Class Hierarchy

AcDbNamedObjectDictionaryPointer

C++

class AcDbNamedObjectDictionaryPointer : public AcDbDictionaryPointer;

File

dbobjptr.h

Description

This class allows you to access the AcDbNamedObjectDictionary object of a given database.

The following pre-defined typedefs are available:

  • AcDbDictionaryPointer
  • AcDbEntityPointer
These classes are designed to be type-safe replacements for explicitly using acdbOpenObject(), acdbOpenAcDbObject(), and acdbOpenAcDbEntity(). Using these classes incurs opening and closing objects, which, under certain circumstances, may be better managed using transactions.

Links

AcDbNamedObjectDictionaryPointer Constructor, AcDbNamedObjectDictionaryPointer Methods, AcDbNamedObjectDictionaryPointer Operators

Was this information helpful?