Search found 2 matches

by usedbyanr
01 Mar 2010, 17:52
Forum: CAD VCL
Topic: SortEntsTable SDK 7.2
Replies: 3
Views: 19644

Re: SortEntsTable SDK 7.2

The code sorts entities to draw CADGradientPolygon at bottom. Such result can be gained also without CADSortEntsTable object. You just need to sort entities order in entities list. I do something similar to this so that the objects in layers that I have added draw at the bottom. I assume that sorti...
by usedbyanr
26 Feb 2010, 23:07
Forum: CAD VCL
Topic: SortEntsTable SDK 7.2
Replies: 3
Views: 19644

SortEntsTable SDK 7.2

I have some code similar to the code below written in pascal for Delphi and I get "Bad handle xxxx: already in use" under v 7.2. Is this code still supposed to work. It was posted by someone in support in response to a question about drawing order. It works under 6.3. private void button1_Click(obje...