A collection of Assembly objects.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AcDbDatabase>]
Autodesk.Civil.DatabaseServicesAssemblyCollection
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class AssemblyCollection : [T:Autodesk.Civil.CivilWrapper<AcDbDatabase>], IEnumerable<ObjectId>
VB
Public NotInheritable Class AssemblyCollection Inherits [T:Autodesk.Civil.CivilWrapper<AcDbDatabase>] Implements IEnumerable(Of ObjectId)
C++
public ref class AssemblyCollection sealed : public [T:Autodesk.Civil.CivilWrapper<AcDbDatabase>], IEnumerable<ObjectId>
The AssemblyCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Count | Gets the number of Assembly objects in the collection. |
![]() | ItemInt32 | |
![]() | ItemString |
Methods
Name | Description | |
---|---|---|
![]() | Add(String, AssemblyType, Point3d) | Adds an Assembly object to the AssemblyCollection. |
![]() | Add(String, AssemblyType, Point3d, ObjectId, ObjectId) | Adds an Assembly object to the AssemblyCollection. |
![]() | GetEnumerator | Implement the method declare in IEnumerable interface. This method return an enumerator which can be use to enumerate this collection. |
![]() | GetObjectEnumerator | Implement the method declare in IEnumerable<T> interface. This method return an enumerator which can be use to enumerate this collection. |
![]() | ImportAssembly(String, Database, String, Point3d) | Imports an Assembly object from a database with the name of source assembly. |
![]() | ImportAssembly(String, String, String, Point3d) | Imports an Assembly object from an atc file specified by its itemId. |