CivilDocumentStormWaterControlExtension Class

This extension class extends the interface of the CivilDocument object to provide methods related to Storm Water Control features.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.ApplicationServicesCivilDocumentStormWaterControlExtension

Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public static class CivilDocumentStormWaterControlExtension

The CivilDocumentStormWaterControlExtension type exposes the following members.

Methods
 NameDescription
Public Extension MethodGetPondIds Returns an ObjectIdCollection containing the ObjectIds of all the Pond objects in the drawing.
Public Extension MethodGetStormWaterControlIds Returns an ObjectIdCollection containing the ObjectIds of all the StormWaterControl objects in the drawing.
Public Extension MethodGetUndergroundStorageIds Returns an ObjectIdCollection containing the ObjectIds of all the UndergroundStorage objects in the drawing.
Top
See Also