SectionView Class

Used to display cross sectional data for both existing and finished ground along a sampled cross section line at any given station along a horizontal alignment.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public class SectionView : Graph

Visual Basic

Public Class SectionView _
	Inherits Graph

Visual C++

public ref class SectionView : public Graph

Remarks

Section Views depend on a SampleLine, and are views displaying some or all of the Section objects sampled at that sample line. This graphical view has both abscissa limits based on the length of corresponding sample line and ordinate values based on the minimum and maximum elevations from the set of sections it is displaying.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Entity
              Curve
                Entity
                  Autodesk.Civil.DatabaseServices.Entity
                    Autodesk.Civil.DatabaseServices.GeoEntity
                      Autodesk.Civil.DatabaseServices.Graph
                        Autodesk.Civil.DatabaseServices.SectionView

See Also