Share

acedSetCurrentColors

C++

ACCORE_PORT bool acedSetCurrentColors(
    AcColorSettings* pColorSettings
);

File

core_rxmfcapi.h

Description

Sets the current AutoCAD colors.

Returns TRUE if it successfully sets the current color setting. Otherwise, returns FALSE.

Parameters

Parameters Description
pColorSettings Pointer to AcColorSettings structure that holds colors used to set

Was this information helpful?