The BaseBaseline type exposes the following members.

Methods

  NameDescription
Public methodGetDirectionAtStation
This method returns a Vector3d indicating the direction at the specified station.
Public methodIsFeatureLineBased
Indicates whether the specific baseline of corridor is feature line based or not.
Public methodSetAlignmentAndProfile
Sets the Alignment and Profile objects associated with this baseline.
Public methodSortedStations
Gets the sorted stations for the baseline.Note: This method doesn't work for DREF corridor, in this case, you should first get the applies asemblies and then call Stations() to achieve the similar result.
Public methodStationOffsetElevationToXYZ
Returns a world coordinate (in the format X/Y/Z) from a SOE baseline coordinate (Station/Offset/Elevation).

Properties

  NameDescription
Public propertyAlignmentId
Gets the ID of the Alignment this baseline is associated with.
Public propertybaselineGUID
Gets the GUID of the Baseline.
Public propertyBaselineType
Gets the baseline type.
Public propertyCorridorId
Gets the ObjectId of the Corridor object associated with this baseline.
Public propertyDirectionAtStation Obsolete.
Public propertyEndStation
Returns the end station value for the baseline.
Public propertyFeatureLineId
Gets the ID of the Feature Line this baseline is associated with.
Public propertyProfileId
Gets the ID of the Profile this baseline is associated with.
Public propertyStartStation
Returns the start station value for the baseline.

See Also