Share

BaseLineRange Structure

Inheritance Hierarchy

SystemObject
  SystemValueType
    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

 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.

Methods

 NameDescription
Public methodCheckStationRange 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.

See Also

Reference

Was this information helpful?