Share

accmGetLocalizedColorNames

C++

void accmGetLocalizedColorNames(
    const ACHAR* colors[9]
);

File

dbmain.h

Description

Returns the localized names of standard AutoCAD colors, such as BYBLOCK, BYLAYER, Red, Yellow, and so forth.

The caller must not free the returned strings.

Was this information helpful?