Baseline Class

A 3D path defined by an alignment and a profile.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
    Autodesk.Civil.DatabaseServicesBaseBaseline
      Autodesk.Civil.DatabaseServicesBaseline

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class Baseline : BaseBaseline

The Baseline type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAlignmentId Gets the ObjectId of the referenced Alignment object.
(Overrides BaseBaselineAlignmentId)
Public propertyAppliedAssemblyDoubleObsolete.
Gets the AppliedAssembly by station.
Public propertyAppliedAssemblyInt32Obsolete.
Gets the AppliedAssembly instance at the specified index.
Public propertybaselineGUIDObsolete.
This property has been deprecated use BaselineGuid instead.
(Overrides BaseBaselinebaselineGUID)
Public propertyCode exampleBaselineGuid Gets the Guid of Baseline.
(Overrides BaseBaselineBaselineGuid)
Public propertyBaselineRegions Gets the collection of baseline regions for this Baseline.
Public propertyBaselineType
(Overrides BaseBaselineBaselineType)
Public propertyCorridorId Gets the ObjectId of the Corridor object associated with this baseline.
(Inherited from BaseBaseline)
Public propertyDirectionAtStationObsolete.

(Inherited from BaseBaseline)
Public propertyCode exampleEndStation 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 propertyIsProcessedObsolete.
This property has been deprecated use NeedsProcessing instead.
Public propertyMainBaselineFeatureLines Gets the main baseline FeatureLine collection.
Public propertyCode exampleName Gets or sets the baseline name.
Public propertyCode exampleNeedsProcessing Gets or sets whether the baseline is built when the corridor is rebuilt.
Public propertyCode exampleOffsetBaselineFeatureLinesCol Gets the offset baseline FeatureLine collection.
Public propertyCode exampleProfileId Gets the ObjectId for the referenced Profile object.
(Overrides BaseBaselineProfileId)
Public propertyCode exampleStartStation Returns the start station value for the baseline.
(Inherited from BaseBaseline)
Top
Methods
 NameDescription
Public methodCode exampleExportSolids Export solids from the corridor baseline and save to target database.
Public methodExportTransitions Export transitions into a csv file.
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 methodgetTransitions Gets the transitions in the baseline.
Public methodImportTransitions Import transitions from a csv file. The imported transitions will be applied to baseline automatically.
Public methodIsFeatureLineBased Indicates whether the specific baseline of corridor is feature line based or not.
(Overrides BaseBaselineIsFeatureLineBased)
Public methodSetAlignmentAndProfile Sets the Alignment and Profile objects associated with this baseline.
(Inherited from BaseBaseline)
Public methodSetFeatureLine Sets the feature line object associated with this baseline.
Public methodCode exampleSetTargets Sets the target information. The pass in updatedTargets should be got from method GetTargets().
Public methodCode exampleSetTransitions Sets the transitions to the baseline.
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 BaseBaselineSortedStations)
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.
Top
Remarks
A corridor is defined by one or multiple baselines which serve as anchors for assemblies.
See Also