Share

acdbNamedObjDict

C++

int acdbNamedObjDict(
    ads_name result
);

File

acedads.h

Description

Returns the name of the named object dictionary, which is the root of all nongraphical objects in the current drawing.

Using this name with acdbDictSearch() and acdbDictNext(), a program can access nongraphical objects.

Returns

Name of the named object dictionary

Was this information helpful?