Feature Class

Base class for Alignment, FeatureLine, ParcelSegment, and Profile.

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

Syntax

C#

public class Feature : Entity

Visual Basic

Public Class Feature _
	Inherits Entity

Visual C++

public ref class Feature : public Entity

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Entity
              Curve
                Entity
                  Autodesk.Civil.DatabaseServices.Entity
                    Autodesk.Civil.DatabaseServices.Feature
                      Autodesk.Civil.DatabaseServices.Alignment
                      Autodesk.Civil.DatabaseServices.FeatureLine
                      Autodesk.Civil.DatabaseServices.ParcelSegment
                      Autodesk.Civil.DatabaseServices.Profile

See Also