AssemblyCollection Property

Gets the ObjectId collection of Assembly objects in the drawing.

Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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