Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a DWG drawing, and there are lots of polylines. I want to get the polylines of a certain layer, and then group them by the Custom \ Visibility1 property ( which is actually the diameter).
However, when I get the polyline entity of that layer, I can't get that Visibility1 property. I tried to get the XData, but it is null.
ResultBuffer rb = polyline.XData;
if (rb != null) // it's always null
{...
}
I'm open to get them using C# or LISP.
Thanks.
Solved! Go to Solution.