Section Class

Provides views created at a 90 degree angle to a surface or an alignment.

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

Syntax

C#

public class Section : GeoEntity

Visual Basic

Public Class Section _
	Inherits GeoEntity

Visual C++

public ref class Section : public GeoEntity

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Entity
              Curve
                Entity
                  Autodesk.Civil.DatabaseServices.Entity
                    Autodesk.Civil.DatabaseServices.GeoEntity
                      Autodesk.Civil.DatabaseServices.Section
                        Autodesk.Civil.DatabaseServices.CorridorSection
                        Autodesk.Civil.DatabaseServices.MaterialSection
                        Autodesk.Civil.DatabaseServices.SectionPipeNetwork
                        Autodesk.Civil.DatabaseServices.SectionPressurePipeNetwork
                        Autodesk.Civil.DatabaseServices.SectionProjection

See Also