Message 1 of 6
Formula Property Definition using Object Data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hello,
I am looking to pull OD into a VBA for Formula Property Definition
this is what i was trying to use - "fqn_id" being the field to pull OD records from
RESULT="--"
ON ERROR RESUME NEXT
Dim ODrcs As ODRecords
Set amap = ThisDrawing.Application.GetInterfaceObject("AutoCADMap.Application")
Set ODrcs = amap.Projects.Item(ThisDrawing).ODTables.Item("FQN_ID").GetODRecords
RESULT= ODrcs but that doesn't work
i have loads of data stored in PLines from GIS Files brought in with MapImport and we need to get that data to the Property Set so we can use it with Civil3d labels and tables
any advice on this would be greatly appreciated!