The AssemblyCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd(String, AssemblyType, Point3d)
Adds an Assembly object to the AssemblyCollection.
Public methodAdd(String, AssemblyType, Point3d, ObjectId, ObjectId)
Adds an Assembly object to the AssemblyCollection.
Public methodGetEnumerator
Implement the method declare in IEnumerable interface. This method return an enumerator which can be use to enumerate this collection.
Public methodGetObjectEnumerator
Implement the method declare in IEnumerable<T> interface. This method return an enumerator which can be use to enumerate this collection.
Public methodImportAssembly(String, Database, String, Point3d)
Imports an Assembly object from a database with the name of source assembly.
Public methodImportAssembly(String, String, String, Point3d)
Imports an Assembly object from an atc file specified by its itemId.

Properties

  NameDescription
Public propertyCount
Gets the number of Assembly objects in the collection.
Public propertyItem[([( Int32])])
Public propertyItem[([( String])])

See Also