AssemblyGroupCollection Class

A collection of assembly group.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesAssemblyGroupCollection

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public abstract class AssemblyGroupCollection : IEnumerable<AssemblyGroup>

The AssemblyGroupCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of assembly groups in the collection.
Public propertyItemInt32 
Public propertyItemString 
Top
Methods
 NameDescription
Public methodGetEnumerator Allows enumerating all the assembly groups in the collection.
Public methodGetObjectEnumerator Allows enumerating all the assembly groups in the collection.
Public methodRemove(AssemblyGroup) Removes the given assembly group.
Public methodRemove(String) Removes the assembly group with the given name.
Public methodRemoveAt Removes an assembly group at the specified index.
Top
See Also