OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Fred Tomke on May 21, 2008, 12:56:02 PM

Title: AxControl_SetColorProperty
Post by: Fred Tomke on May 21, 2008, 12:56:02 PM
Hello,

I have a problem in understanding again.

the function dcl_AxControl_SetColorProperty sounds to me to SET a color property.

The intelligent help says: Returns  the value of a color property. The result is automatically converted into an OpenDCL color value.

AutoLISP Syntax:
(Setq rValue (dcl_AxControl_SetColorProperty test_Dialog2_AcadCtrl1
   Optional PropName (default: "Color") [as String]
   Color [as Integer or (R G B)]))

What is this function used for?

Fred
Title: Re: AxControl_SetColorProperty
Post by: owenwengerd on May 22, 2008, 07:22:43 AM
The description is wrong. I've changed it to "Sets the value of a color property." Liekwise, the SetPictureProperty function should be "Sets the value of a picture/image property.".