The OffsetBaseline type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetDirectionAtStation |
This method returns a Vector3d indicating the direction at the specified station.
(Inherited from BaseBaseline.) | |
| GetOffsetElevationFromMainBaselineStation | TODO: FINAL REVIEW WAITINGTODO: NEEDS SAMPLE
Returns the offset and elevation at the specified station.
| |
| IsFeatureLineBased |
Indicates whether the specific baseline of corridor is feature line based or not.
(Overrides BaseBaseline.IsFeatureLineBased().) | |
| MainBaselineStationToOffsetBaselineStation | TODO: FINAL REVIEW WAITINGTODO: NEEDS SAMPLE
Returns the offset baseline station value from the specified main baseline station.
| |
| OffsetBaselineStationToMainBaselineStation | TODO: FINAL REVIEW WAITINGTODO: NEEDS SAMPLE
Returns the main baseline station value from the specified offset baseline station.
| |
| SetAlignmentAndProfile |
Sets the Alignment and Profile objects associated with this baseline.
(Inherited from BaseBaseline.) | |
| SortedStations |
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.
(Overrides BaseBaseline.SortedStations().) | |
| StationOffsetElevationToXYZ |
Returns a world coordinate (in the format X/Y/Z) from a SOE baseline coordinate
(Station/Offset/Elevation).
(Inherited from BaseBaseline.) |
Properties
| Name | Description | |
|---|---|---|
| AlignmentId | TODO: FINAL REVIEW WAITINGTODO: NEEDS SAMPLE
Gets the ObjectId of the referenced Alignment object.
(Overrides BaseBaseline.AlignmentId.) | |
| baselineGUID |
Gets the GUID of the Baseline.
(Inherited from BaseBaseline.) | |
| BaselineType | TODO: FINAL REVIEW WAITINGTODO: NEEDS SAMPLE
Gets the baseline type.
(Overrides BaseBaseline.BaselineType.) | |
| CorridorId |
Gets the ObjectId of the Corridor object associated with this baseline.
(Inherited from BaseBaseline.) | |
| DirectionAtStation | Obsolete. (Inherited from BaseBaseline.) | |
| EndStation | TODO: FINAL REVIEW WAITINGTODO: NEEDS SAMPLE
Returns the end station value for the baseline.
| |
| EndStationOnMainBaseline | Obsolete.
Gets the end station on the main baseline.
| |
| FeatureLineId |
Gets the ID of the Feature Line this baseline is associated with.
(Inherited from BaseBaseline.) | |
| Name | TODO: FINAL REVIEW WAITINGTODO: NEEDS SAMPLE
Gets or sets the offset baseline name.
| |
| ProfileId | TODO: FINAL REVIEW WAITINGTODO: NEEDS SAMPLE
Gets the ObjectId for the referenced Profile object.
(Overrides BaseBaseline.ProfileId.) | |
| RelatedOffsetBaselineFeatureLines | TODO: FINAL REVIEW WAITINGTODO: NEEDS SAMPLE
Gets related offset Baseline FeatureLines.
| |
| StartStation | TODO: FINAL REVIEW WAITINGTODO: NEEDS SAMPLE
Returns the start station value for the main baseline.
| |
| StartStationOnMainBaseline | Obsolete.
Gets the start station on the main baseline.
|