AlignmentSubEntityLine Class

The AlignmentSubEntityLine class. This class represents the line object in AlignmentEntity objects.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServicesAlignmentSubEntity
        Autodesk.Civil.DatabaseServicesAlignmentSubEntityLine

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class AlignmentSubEntityLine : AlignmentSubEntity

The AlignmentSubEntityLine type exposes the following members.

Properties
 NameDescription
Public propertyCurveGroupIndex Gets or sets the alignment sub-entity group index.
(Inherited from AlignmentSubEntity)
Public propertyCurveGroupSubEntityIndex Gets or sets the alignment sub-entity group subentity index.
(Inherited from AlignmentSubEntity)
Public propertyDirection Gets the direction of AlignmentSubEntityLine.
Public propertyEndPoint Gets the alignment sub-entity end point coordinate.
(Inherited from AlignmentSubEntity)
Public propertyEndStation Gets the alignment sub-entity ending station.
(Inherited from AlignmentSubEntity)
Public propertyLength Gets or sets the alignment sub-entity length.
(Inherited from AlignmentSubEntity)
Public propertyMidPoint Gets the AlignmentSubEntityLine middle point coordinate.
Public propertyPassThroughPoint1 Gets or sets the AlignmentSubEntityLine first pass-through point.
Public propertyPassThroughPoint2 Gets or sets the AlignmentSubEntityLine second pass-through point.
Public propertyStartPoint Gets the alignment sub-entity start point coordinate.
(Inherited from AlignmentSubEntity)
Public propertyStartStation Gets the alignment sub-entity starting station.
(Inherited from AlignmentSubEntity)
Public propertySubEntityType
(Overrides AlignmentSubEntitySubEntityType)
Top
Methods
 NameDescription
Public methodDesignChecks Gets the collection of applicable design checks.
(Inherited from AlignmentSubEntity)
Public methodEquals
(Inherited from AlignmentSubEntity)
Public methodValidateDesignCheck Validate a specific design check on this entity.
(Inherited from AlignmentSubEntity)
Top
See Also