Gets the ObjectId collection of Assembly objects in the drawing.

Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public AssemblyCollection AssemblyCollection { get; }
Visual Basic
Public ReadOnly Property AssemblyCollection As AssemblyCollection
	Get
Visual C++
public:
property AssemblyCollection^ AssemblyCollection {
	AssemblyCollection^ get ();
}

See Also