The CatchmentGroupCollection class.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
TreeOidWrapper
Autodesk.Civil.DatabaseServicesTreeNodeCollectionBase
Autodesk.Civil.DatabaseServicesCatchmentGroupCollection
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class CatchmentGroupCollection : TreeNodeCollectionBase
VB
Public NotInheritable Class CatchmentGroupCollection Inherits TreeNodeCollectionBase
C++
public ref class CatchmentGroupCollection sealed : public TreeNodeCollectionBase
The CatchmentGroupCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of objects in the collection.
(Inherited from TreeNodeCollectionBase) | |
| ItemInt32 | (Inherited from TreeNodeCollectionBase) | |
| ItemString | (Inherited from TreeNodeCollectionBase) |
Methods
| Name | Description | |
|---|---|---|
| Add |
Creates a new catchment group and adds it to the database.
(Overrides TreeNodeCollectionBaseAdd(String)) | |
| Contains(ObjectId) |
Determines whether an element specified by ObjectId is in the collection.
(Inherited from TreeNodeCollectionBase) | |
| Contains(String) |
Determines whether an element is in the collection by its name.
(Inherited from TreeNodeCollectionBase) | |
| ForceRemove | Deletes a catchment group by name and also delete all catchment objects belonging to it. | |
| GetCatchmentGroups | Gets CatchmentGroupCollection from the database. | |
| GetEnumerator |
Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator for this collection.
(Inherited from TreeNodeCollectionBase) | |
| GetObjectEnumerator |
Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
(Inherited from TreeNodeCollectionBase) | |
| Remove(Int32) |
Deletes a catchment group by index from the database.
(Overrides TreeNodeCollectionBaseRemove(Int32)) | |
| Remove(String) |
Deletes a catchment group by name from the database.
(Overrides TreeNodeCollectionBaseRemove(String)) | |
| ToObjectIds |
Gets the objectId collection of all objects in this collection.
(Inherited from TreeNodeCollectionBase) |
