Inheritance Hierarchy
SystemObjectSystemValueType
Autodesk.Civil.DatabaseServicesBaseLineRange
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public struct BaseLineRange
VB
Public Structure BaseLineRange
C++
public value class BaseLineRange
The BaseLineRange type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | BaseLineId | Gets or sets the baseline ID. |
![]() | EndStation | Gets or sets the end station of the baseline range. |
![]() | StartStation | Gets or sets the start station of the baseline range. |
Methods
Name | Description | |
---|---|---|
![]() | CheckStationRange | Checks that the specified range is within the start and end station of the baseline. |
Remarks
This class specifies a station range in a baseline that can be used to export the included corridor points as COGO points.