AlignmentSubEntityLine Class

The AlignmentSubEntityLine class. This class represents the line object in AlignmentEntity objects.

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

Syntax

C#

public class AlignmentSubEntityLine : AlignmentSubEntity

Visual Basic

Public Class AlignmentSubEntityLine _
	Inherits AlignmentSubEntity

Visual C++

public ref class AlignmentSubEntityLine : public AlignmentSubEntity

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServices.AlignmentSubEntity
        Autodesk.Civil.DatabaseServices.AlignmentSubEntityLine

See Also