A collection of Subassembly objects.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AcDbDatabase>]
Autodesk.Civil.DatabaseServicesSubassemblyCollection
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SubassemblyCollection : [T:Autodesk.Civil.CivilWrapper<AcDbDatabase>], IEnumerable<ObjectId>
VB
Public NotInheritable Class SubassemblyCollection Inherits [T:Autodesk.Civil.CivilWrapper<AcDbDatabase>] Implements IEnumerable(Of ObjectId)
C++
public ref class SubassemblyCollection sealed : public [T:Autodesk.Civil.CivilWrapper<AcDbDatabase>], IEnumerable<ObjectId>
The SubassemblyCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count | Gets the number of Subassembly objects in the collection. | |
| ItemInt32 | ||
| ItemString |
Methods
| Name | Description | |
|---|---|---|
| Add | Adds a subassembly with the specified name, entity, mid-ordinate distance and link creation option. | |
| GetEnumerator | Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator for this collection. | |
| GetObjectEnumerator | Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection. | |
| GetSubassemblyIdsByName | Gets subassembly id collection by name. | |
| ImportSACSubassembly | Import a subassembly object from a SAC PKT file. | |
| ImportStockSubassembly | Imports a stock Subassembly object with its class name. | |
| ImportSubassembly | Imports a Subassembly object from an atc file specified by its itemId. | |
| Remove | Removes a subassembly by given subassembly id. | |
| RemoveAt | Removes a subassembly by index. |
