Inaccessible Object Data

Hi All,

Using C3D 2025 with Dynamo. Has anyone been able to locate the properties that come over with a shape file or a map feature after selecting that object? It seems this data is unreachable when I extract the dictionary values. See screenshot of the properties that I am attempting to access through MAPIMPORT. I am also unsuccessful getting this data from a MapFeature Feature Properties or Data Table

Thank you in advance!

Here is the Map Feature properties I am attempting to extract

@bfred
Can you attached example drawing

Hi @bfred ,

I know that the Civil3DToolkit Package has some nodes to extract ObjectData (OD) information.

ODTable.GetOdTables
OdTable.GetObjectOdRecords
OdRecord.Values
to name a few