The Baseline type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetAppliedAssemblyAtIndex |
Gets the AppliedAssembly by index.
| |
| GetAppliedAssemblyAtStation |
Gets the AppliedAssembly by station.
| |
| GetDirectionAtStation |
This method returns a Vector3d indicating the direction at the specified station.
(Inherited from BaseBaseline.) | |
| GetTargets |
Gets the targets information.
| |
| IsFeatureLineBased |
Indicates whether the specific baseline of corridor is feature line based or not.
(Overrides BaseBaseline..::..IsFeatureLineBased()()()().) | |
| SetAlignmentAndProfile |
Sets the Alignment and Profile objects associated with this baseline.
(Inherited from BaseBaseline.) | |
| SetTargets |
Sets the target information. The pass in updatedTargets should be got from method GetTargets().
| |
| SortedStations |
Returns an array of doubles with the baseline stations sorted. 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.) | |
| UpdateStation |
Forces the corridor to rebuild at some station.
|
Properties
| Name | Description | |
|---|---|---|
| AlignmentId |
Gets the ObjectId of the referenced Alignment object.
(Overrides BaseBaseline..::..AlignmentId.) | |
| AppliedAssembly[([( Double])]) | Obsolete.
Gets the AppliedAssembly by station.
| |
| AppliedAssembly[([( Int32])]) | Obsolete.
Gets the AppliedAssembly instance at the specified index.
| |
| baselineGUID |
Gets the GUID of Baseline Alignment object.
(Overrides BaseBaseline..::..baselineGUID.) | |
| BaselineRegions |
Gets the collection of baseline regions for this Baseline.
| |
| BaselineType | (Overrides BaseBaseline..::..BaselineType.) | |
| CorridorId |
Gets the ObjectId of the Corridor object associated with this baseline.
(Inherited from BaseBaseline.) | |
| DirectionAtStation | Obsolete. (Inherited from BaseBaseline.) | |
| EndStation |
Returns the end station value for the baseline.
(Inherited from BaseBaseline.) | |
| FeatureLineId |
Gets the ID of the Feature Line this baseline is associated with.
(Inherited from BaseBaseline.) | |
| IsProcessed | Obsolete.
This property has been deprecated use NeedsProcessing instead.
| |
| MainBaselineFeatureLines |
Gets the main baseline FeatureLine collection.
| |
| Name |
Gets or sets the baseline name.
| |
| NeedsProcessing |
Gets or sets whether the baseline is built when the corridor is rebuilt.
| |
| OffsetBaselineFeatureLinesCol |
Gets the offset baseline FeatureLine collection.
| |
| ProfileId |
Gets the ObjectId for the referenced Profile object.
(Overrides BaseBaseline..::..ProfileId.) | |
| StartStation |
Returns the start station value for the baseline.
(Inherited from BaseBaseline.) |