A collection of assembly group.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesAssemblyGroupCollection
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public abstract class AssemblyGroupCollection : IEnumerable<AssemblyGroup>
VB
Public MustInherit Class AssemblyGroupCollection Implements IEnumerable(Of AssemblyGroup)
C++
public ref class AssemblyGroupCollection abstract : IEnumerable<AssemblyGroup^>
The AssemblyGroupCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count | Gets the number of assembly groups in the collection. | |
| ItemInt32 | ||
| ItemString |
Methods
| Name | Description | |
|---|---|---|
| GetEnumerator | Allows enumerating all the assembly groups in the collection. | |
| GetObjectEnumerator | Allows enumerating all the assembly groups in the collection. | |
| Remove(AssemblyGroup) | Removes the given assembly group. | |
| Remove(String) | Removes the assembly group with the given name. | |
| RemoveAt | Removes an assembly group at the specified index. |
