OutletDetail Class

Defines the outlet detail for the storm water control.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServicesOutletDetail

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public sealed class OutletDetail : DisposableWrapper

The OutletDetail type exposes the following members.

Properties
 NameDescription
Public propertyAttachmentPoint Gets connected object id in outlet detail.
Public propertyConnectedObjectId Gets and sets the connected object id.
Public propertyFlowControl Gets outlet flow control data according to flow control type.
Public propertyFlowControlType Gets outlet flow control type.
Public propertyName Gets and sets outlet detail's name.
Top
Methods
 NameDescription
Public methodSetFlowControlType Sets the outlet flow control type and returns the corresponding flow control object.
Top
See Also