ChannelDesignCrossSectionCustom Class

Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServicesChannelDesignCrossSection
        Autodesk.Civil.DatabaseServicesChannelDesignCrossSectionCustom

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

The ChannelDesignCrossSectionCustom type exposes the following members.

Properties
 NameDescription
Public propertyCrossSectionType Gets the type of cross section.
(Inherited from ChannelDesignCrossSection)
Public propertyPoints Gets the points of the custom cross section.
Public propertySectionPointsForDrainageAnalysis Gets the points of the custom cross section and the points is special for drainage analysis.
Top
Methods
 NameDescription
Public methodExportPointsToCSVFile Export points to a CSV file from the custom cross section.
Public methodGetImpObj
(Inherited from ChannelDesignCrossSection)
Public methodImportPointsFromCSVFile Import points from a CSV file to the custom cross section.
Public methodImportPointsFromSubassembly Import points from subassembly to custom cross section.
Top
See Also