Message 1 of 1
Getting GraphicsInterface.Polyline from DatabaseServices.Polyline

Not applicable
08-05-2021
07:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey all. I'm trying to get the dimensions of the polyline entity I use to trim a certain geometry. The current program uses a DBObjectCollection of DatabaseServices Polylines to determine where to trim, and works perfectly. However, to get the dimensions of these rectangles I need the collection of points making up each polyline, which is only stored in the GraphicsInterface.Polyline. Is there some way to access that from the entities I have now? Thanks.