The AlignmentSubEntityLine class. This class represents the line object in AlignmentEntity objects.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
Autodesk.Civil.DatabaseServicesAlignmentSubEntity
Autodesk.Civil.DatabaseServicesAlignmentSubEntityLine
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class AlignmentSubEntityLine : AlignmentSubEntity
VB
Public Class AlignmentSubEntityLine Inherits AlignmentSubEntity
C++
public ref class AlignmentSubEntityLine : public AlignmentSubEntity
The AlignmentSubEntityLine type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CurveGroupIndex |
Gets or sets the alignment sub-entity group index.
(Inherited from AlignmentSubEntity) |
![]() | CurveGroupSubEntityIndex |
Gets or sets the alignment sub-entity group subentity index.
(Inherited from AlignmentSubEntity) |
![]() | Direction | Gets the direction of AlignmentSubEntityLine. |
![]() | EndPoint |
Gets the alignment sub-entity end point coordinate.
(Inherited from AlignmentSubEntity) |
![]() | EndStation |
Gets the alignment sub-entity ending station.
(Inherited from AlignmentSubEntity) |
![]() | Length |
Gets or sets the alignment sub-entity length.
(Inherited from AlignmentSubEntity) |
![]() | MidPoint | Gets the AlignmentSubEntityLine middle point coordinate. |
![]() | PassThroughPoint1 | Gets or sets the AlignmentSubEntityLine first pass-through point. |
![]() | PassThroughPoint2 | Gets or sets the AlignmentSubEntityLine second pass-through point. |
![]() | StartPoint |
Gets the alignment sub-entity start point coordinate.
(Inherited from AlignmentSubEntity) |
![]() | StartStation |
Gets the alignment sub-entity starting station.
(Inherited from AlignmentSubEntity) |
![]() | SubEntityType | (Overrides AlignmentSubEntitySubEntityType) |
Methods
Name | Description | |
---|---|---|
![]() | DesignChecks |
Gets the collection of applicable design checks.
(Inherited from AlignmentSubEntity) |
![]() | Equals | (Inherited from AlignmentSubEntity) |
![]() | ValidateDesignCheck |
Validate a specific design check on this entity.
(Inherited from AlignmentSubEntity) |