Gets the ObjectId collection of Assembly objects in the drawing.
Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public AssemblyCollection AssemblyCollection { get; }
VB
Public ReadOnly Property AssemblyCollection As AssemblyCollection Get
C++
public: property AssemblyCollection^ AssemblyCollection { AssemblyCollection^ get (); }