AlignmentEntity Class

The AlignmentEntity class. This is an abstract class from which AlignmentCurve inherits.

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

Syntax

C#

public abstract class AlignmentEntity : DisposableWrapper

Visual Basic

Public MustInherit Class AlignmentEntity _
	Inherits DisposableWrapper

Visual C++

public ref class AlignmentEntity abstract : public DisposableWrapper

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServices.AlignmentEntity
        Autodesk.Civil.DatabaseServices.AlignmentCurve

See Also