AxControl_SetColorProperty

Started by Fred Tomke, May 21, 2008, 12:56:02 PM

Previous topic - Next topic

Fred Tomke

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
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

owenwengerd

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.".