The HardcodedOffsetBaseline type exposes the following members.

Methods

  NameDescription
Public methodGetDirectionAtStation
This method returns a Vector3d indicating the direction at the specified station.
(Inherited from BaseBaseline.)
Public methodIsFeatureLineBased
Indicates whether the specific baseline of corridor is feature line based or not.
(Overrides BaseBaseline..::..IsFeatureLineBased()()()().)
Public methodSetAlignmentAndProfile
Sets the Alignment and Profile objects associated with this baseline.
(Inherited from BaseBaseline.)
Public methodSortedStations
Returns an array of all the station values for the Baseline.
(Overrides BaseBaseline..::..SortedStations()()()().)
Public methodStationOffsetElevationToXYZ
Returns a world coordinate (in the format X/Y/Z) from a SOE baseline coordinate (Station/Offset/Elevation).
(Inherited from BaseBaseline.)

Properties

  NameDescription
Public propertyAlignmentId
Gets the ObjectId of the associated alignment.
(Overrides BaseBaseline..::..AlignmentId.)
Public propertybaselineGUID
Gets the GUID of the Baseline.
(Inherited from BaseBaseline.)
Public propertyBaselineType
Returns the Baseline type.
(Overrides BaseBaseline..::..BaselineType.)
Public propertyCorridorId
Gets the ObjectId of the Corridor object associated with this baseline.
(Inherited from BaseBaseline.)
Public propertyDirectionAtStation Obsolete. (Inherited from BaseBaseline.)
Public propertyEndStation
Returns the end station value for the baseline.
(Inherited from BaseBaseline.)
Public propertyFeatureLineId
Gets the ID of the Feature Line this baseline is associated with.
(Inherited from BaseBaseline.)
Public propertyName
Gets the name of the HardcodedOffsetBaseline.
Public propertyOffsetElevationFromMainBaseline
Gets the offset elevation from the main Baseline.
Public propertyProfileId
Gets the ObjectId of the associated Profile.
(Overrides BaseBaseline..::..ProfileId.)
Public propertyRelatedOffsetBaselineFeatureLines
Gets related offset baseline feature lines.
Public propertyStartStation
Returns the start station value for the baseline.
(Inherited from BaseBaseline.)

See Also