Forum archiveIssue archiveOther usage issues

Archived discussion

Add a color DsgPrs_LengthPresentation

Other usage issuesTue, 06/15/2010 - 20:061 reply

Browse this forum
QuestionAuthor

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

Discussion

1 archived reply

Posts are displayed in their archived order.

01Author

To change the color of line you use the follow line:
aPresentation->Color(aColor);