Message 1 of 1
AutoCAD Electrical LocationBox Attributes Accessing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Everyone,
I am trying to access the attributes and their values of an AutoCAD Electrical LocationBox using the .NET API. Since the LocationBox is represented as a Group (containing a Polyline and Text) in AutoCAD Electrical, I am unable to iterate through it from the BlockTable like I usually do for blocks.
Could anyone guide me on how to properly extract the required data from a LocationBox, such as:
Location Box Description, Installation, Location
Any help, code samples, or references would be greatly appreciated.
Thank you in advance!