Reputation: 146
In the Autocad engine within design automation, can we also make use of the Aec assemblies?
using AecDb = Autodesk.Aec.DatabaseServices;
using AecPropDb = Autodesk.Aec.PropertyData.DatabaseServices;
This is in order to access the property set data.
Upvotes: 0
Views: 527
Reputation: 31
AutoCAD engine comes with AEC Object Enablers (a collection of AEC DBX modules). But, I don't think the AutoCAD Architecture .NET API layer is part of the engine. As such, I don't think your .NET app based on the AEC .NET API will work.
Upvotes: 1