Share

AcAxPutColor

C++

HRESULT AXAUTOEXP AcAxPutColor(
    AcAxObjectRef& objRef, 
    AcColor color
);

File

axboiler.h

Description

Sets the color for the specified object.

Except for the datatype of the first parameter, this function is identical to the overload that takes an objID parameter.

Parameters

Parameters Description
objRef Input object ID of object for which to set the color
color Input color

Was this information helpful?