Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
RXObject
Drawable
DBObject
Autodesk.Civil.DatabaseServicesDBObject
Autodesk.Civil.DatabaseServicesCatchmentGroup
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class CatchmentGroup : DBObject
VB
Public NotInheritable Class CatchmentGroup Inherits DBObject
C++
public ref class CatchmentGroup sealed : public DBObject
The CatchmentGroup type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Application |
Gets the Application associated with the DBObject.
Not implemented.
(Inherited from DBObject) |
![]() | Description |
Gets or sets the description.
(Inherited from DBObject) |
![]() | Document |
Gets the Document associated with the DBObject.
Not implemented.
(Inherited from DBObject) |
![]() | IsUsed |
Gets whether the style is used by other objects in the current drawing.
(Inherited from DBObject) |
![]() | Name |
Gets or sets the name.
(Inherited from DBObject) |
Methods
Name | Description | |
---|---|---|
![]() | AddCatchmentId | Adds a catchment to this group. |
![]() ![]() | Create | Creates a new catchment group and adds it to the database. Throws an error if a catchment group of the same name already exists |
![]() | GetAllCatchmentIds | |
![]() | GetCatchmentId | Gets a catchment with the given name. Throws if it does not exist in this group. |
![]() ![]() | MoveCatchment | Moves a catchment to another catchment group. |
![]() | RemoveAllCatchments | Deletes all catchments in this catchment group |
![]() | RemoveCatchmentId | Deletes a catchment and removes it from this group. |