Share

AlignmentRegion Class

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

 NameDescription
Public propertyEndStation Gets or sets the end station of the region.
Public propertyEntryTransition Gets the AlignmentTransition object located at the beginning of the AlignmentRegion.
Public propertyExitTransition Gets the AlignmentTransition object located at the end of the AlignmentRegion.
Public propertyIncreasedWidth Gets or sets increased width from the standard.
Public propertyLength Gets or sets the length of the region.
Public propertyOffset Gets or sets the offset of the region.
Public propertyOffsetDistObsolete.
Gets or sets the distance of offset.
Public propertyRegionType Gets or sets the type of the region.
Public propertyStartStation Gets or sets the start station of the region.
Public propertyWideningCriteria Gets the widening criteria on the current AlignmentRegion.

Methods

 NameDescription
Public methodSplit Split an AlignmentRegion in half creating a widening region with the second AlignmentRegion.

Remarks

AlignmentRegion are sections of an Alignment and can be Nominal, which indicates they are at an offset specified by the Alignment, or Specific, which represents created widenings and have a specific offset from the parent Alignment.

See Also

Reference

Was this information helpful?