The SubassemblyCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds a subassembly with the specified name, entity, mid-ordinate distance and link creation option.
Public methodGetEnumerator
Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator for this collection.
Public methodGetObjectEnumerator
Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
Public methodGetSubassemblyIdsByName
Gets subassembly id collection by name.
Public methodImportStockSubassembly
Imports a stock Subassembly object with its class name.
Public methodImportSubassembly
Imports a Subassembly object from an atc file specified by its itemId.
Public methodRemove
Removes a subassembly by given subassembly id.
Public methodRemoveAt
Removes a subassembly by index.

Properties

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

See Also