Catchment |
The CatchmentGroup type exposes the following members.
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) |
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. |