- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone
I’m working with a DWG file that originated from Autodesk Map 3D, and I’m trying to programmatically read the attribute data that appears under the “Design” tab in the Civil 3D Properties panel.
I’ve already referenced the main Map 3D API assemblies:
Autodesk.Gis.Map.Platform.dll
Autodesk.Gis.Map.ObjectData.dll
Autodesk.Gis.Map.Utilities.dll
and tried multiple approaches using HostMapApplicationServices.Application.ActiveProject.ODTables and GetObjectTableRecords().
However, I still can’t access the same data that’s visible in the Properties → Design tab — it always returns empty (Records.Count = 0).
Has anyone successfully read this data through the Map 3D or Civil 3D APIs?
Is it possibly stored in sub-entities, feature classes (FDO), or another structure that isn’t directly accessible through ObjectData.Table?
Any insights or working examples would be greatly appreciated.
Thanks in advance,
Mohamed
Solved! Go to Solution.