Base |
The BaseBaseline type exposes the following members.
| Name | Description | |
|---|---|---|
| AlignmentId | Gets the ID of the Alignment this baseline is associated with. | |
| baselineGUID | Obsolete. This property has been deprecated use BaselineGuid instead. | |
| BaselineGuid | Gets the Guid of the Baseline. | |
| BaselineType | Gets the baseline type. | |
| CorridorId | Gets the ObjectId of the Corridor object associated with this baseline. | |
| DirectionAtStation | Obsolete. | |
| EndStation | Returns the end station value for the baseline. | |
| FeatureLineId | Gets the ID of the Feature Line this baseline is associated with. | |
| ProfileId | Gets the ID of the Profile this baseline is associated with. | |
| StartStation | Returns the start station value for the baseline. |
| Name | Description | |
|---|---|---|
| GetDirectionAtStation | This method returns a Vector3d indicating the direction at the specified station. | |
| IsFeatureLineBased | Indicates whether the specific baseline of corridor is feature line based or not. | |
| SetAlignmentAndProfile | Sets the Alignment and Profile objects associated with this baseline. | |
| 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. | |
| StationOffsetElevationToXYZ | Returns a world coordinate (in the format X/Y/Z) from a SOE baseline coordinate (Station/Offset/Elevation). |