Share

AcDbObject::getFieldDictionary

C++

Acad::ErrorStatus getFieldDictionary(
    AcDbDictionary*& pFieldDict, 
    AcDb::OpenMode mode = AcDb::kForRead
) const;

Description

Returns the field dictionary ID. The field dictionary stores all the fields set in the object as property name-field object pairs. The ID will be null if there is no field in the object.

Links

AcDbObject

Was this information helpful?