CatchmentGroup Class

Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Autodesk.Civil.DatabaseServicesDBObject
              Autodesk.Civil.DatabaseServicesCatchmentGroup

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class CatchmentGroup : DBObject

The CatchmentGroup type exposes the following members.

Properties
 NameDescription
Public propertyApplication Gets the Application associated with the DBObject. Not implemented.
(Inherited from DBObject)
Public propertyDescription Gets or sets the description.
(Inherited from DBObject)
Public propertyDocument Gets the Document associated with the DBObject. Not implemented.
(Inherited from DBObject)
Public propertyIsUsed Gets whether the style is used by other objects in the current drawing.
(Inherited from DBObject)
Public propertyName Gets or sets the name.
(Inherited from DBObject)
Top
Methods
 NameDescription
Public methodAddCatchmentId Adds a catchment to this group.
Public methodStatic memberCreate Creates a new catchment group and adds it to the database. Throws an error if a catchment group of the same name already exists
Public methodGetAllCatchmentIds 
Public methodGetCatchmentId Gets a catchment with the given name. Throws if it does not exist in this group.
Public methodStatic memberMoveCatchment Moves a catchment to another catchment group.
Public methodRemoveAllCatchments Deletes all catchments in this catchment group
Public methodRemoveCatchmentId Deletes a catchment and removes it from this group.
Top
See Also