jorisjh
jorisjh

Reputation: 146

Aec assemblies in forge design automation

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

Answers (1)

Qun Lu
Qun Lu

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

Related Questions