This class represents a region in an Alignment.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbAlignment>]
Autodesk.Civil.DatabaseServicesAlignmentRegion
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class AlignmentRegion : [T:Autodesk.Civil.CivilWrapper<AeccDbAlignment>]
VB
Public NotInheritable Class AlignmentRegion Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbAlignment>]
C++
public ref class AlignmentRegion sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbAlignment>]
The AlignmentRegion type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | EndStation | Gets or sets the end station of the region. |
![]() | EntryTransition | Gets the AlignmentTransition object located at the beginning of the AlignmentRegion. |
![]() | ExitTransition | Gets the AlignmentTransition object located at the end of the AlignmentRegion. |
![]() | IncreasedWidth | Gets or sets increased width from the standard. |
![]() | Length | Gets or sets the length of the region. |
![]() | Offset | Gets or sets the offset of the region. |
![]() | OffsetDist | Obsolete. Gets or sets the distance of offset. |
![]() | RegionType | Gets or sets the type of the region. |
![]() | StartStation | Gets or sets the start station of the region. |
![]() | WideningCriteria | Gets the widening criteria on the current AlignmentRegion. |
Methods
Name | Description | |
---|---|---|
![]() | Split | Split an AlignmentRegion in half creating a widening region with the second AlignmentRegion. |