BaseLineRange Structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Autodesk.Civil.DatabaseServicesBaseLineRange

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public struct BaseLineRange

The BaseLineRange type exposes the following members.

Properties
 NameDescription
Public propertyBaseLineId Gets or sets the baseline ID.
Public propertyEndStation Gets or sets the end station of the baseline range.
Public propertyStartStation Gets or sets the start station of the baseline range.
Top
Methods
 NameDescription
Public methodCheckStationRange Checks that the specified range is within the start and end station of the baseline.
Top
Remarks

This class specifies a station range in a baseline that can be used to export the included corridor points as COGO points.

See Also