Tue, 06/15/2010 - 20:06
Forums:
I want to add a color of a line and I have used the method ADD DsgPrs_LengthPresentation::Add(aPresentation,myDrawer,myText,myPnt,LastPoint, -myDir, OffsetPoint, DsgPrs_AS_LASTAR);
how can I change the color of the lin when I use this method
Thanks
Wed, 06/16/2010 - 13:49
To change the color of line you use the follow line:
aPresentation->Color(aColor);