How do I access the Notes on the Extended Data tab of the properties palette in MEP using VBA? I am looking to get access to the Notes for an electrical device.
|
How do I access the Notes on the Extended Data tab of the properties palette in MEP using VBA? I am looking to get access to the Notes for an electrical device.
If you are going to access the ACA/MEP APIs, I strongly advise using .NET and not VBA.
R. Robert Bell
Design Technology Manager
Stantec
Opinions expressed are mine alone and do not reflect the views of Stantec.
I have worked in .net a little, but am not sure how to get to the extended data there either...
dont have MEP ; can i assume the standard methods for reading xdata dont apply here?
Correct, this isn't extended entity data we are talking about. This is property set data.
You can find information in the AutoCAD Architectural .NET API Reference, under Autodesk.Aec.PropertyData.DatabaseServices.
R. Robert Bell
Design Technology Manager
Stantec
Opinions expressed are mine alone and do not reflect the views of Stantec.