The Baseline type exposes the following members.

Methods

  NameDescription
Public methodGetAppliedAssemblyAtIndex
Gets the AppliedAssembly by index.
Public methodGetAppliedAssemblyAtStation
Gets the AppliedAssembly by station.
Public methodGetDirectionAtStation
This method returns a Vector3d indicating the direction at the specified station.
(Inherited from BaseBaseline.)
Public methodGetTargets
Gets the targets information.
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 methodSetTargets
Sets the target information. The pass in updatedTargets should be got from method GetTargets().
Public methodSortedStations
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()()()().)
Public methodStationOffsetElevationToXYZ
Returns a world coordinate (in the format X/Y/Z) from a SOE baseline coordinate (Station/Offset/Elevation).
(Inherited from BaseBaseline.)
Public methodUpdateStation
Forces the corridor to rebuild at some station.

Properties

  NameDescription
Public propertyAlignmentId
Gets the ObjectId of the referenced Alignment object.
(Overrides BaseBaseline..::..AlignmentId.)
Public propertyAppliedAssembly[([( Double])]) Obsolete.
Gets the AppliedAssembly by station.
Public propertyAppliedAssembly[([( Int32])]) Obsolete.
Gets the AppliedAssembly instance at the specified index.
Public propertybaselineGUID
Gets the GUID of Baseline Alignment object.
(Overrides BaseBaseline..::..baselineGUID.)
Public propertyBaselineRegions
Gets the collection of baseline regions for this Baseline.
Public propertyBaselineType (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 propertyIsProcessed Obsolete.
This property has been deprecated use NeedsProcessing instead.
Public propertyMainBaselineFeatureLines
Gets the main baseline FeatureLine collection.
Public propertyName
Gets or sets the baseline name.
Public propertyNeedsProcessing
Gets or sets whether the baseline is built when the corridor is rebuilt.
Public propertyOffsetBaselineFeatureLinesCol
Gets the offset baseline FeatureLine collection.
Public propertyProfileId
Gets the ObjectId for the referenced Profile object.
(Overrides BaseBaseline..::..ProfileId.)
Public propertyStartStation
Returns the start station value for the baseline.
(Inherited from BaseBaseline.)

See Also