BaseBaseline Class

The base class for all baseline types.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
    Autodesk.Civil.DatabaseServicesBaseBaseline
      Autodesk.Civil.DatabaseServicesBaseline
      Autodesk.Civil.DatabaseServicesHardcodedOffsetBaseline
      Autodesk.Civil.DatabaseServicesOffsetBaseline

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public abstract class BaseBaseline : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]

The BaseBaseline type exposes the following members.

Properties
 NameDescription
Public propertyAlignmentId Gets the ID of the Alignment this baseline is associated with.
Public propertybaselineGUIDObsolete.
This property has been deprecated use BaselineGuid instead.
Public propertyBaselineGuid Gets the Guid of the Baseline.
Public propertyBaselineType Gets the baseline type.
Public propertyCorridorId Gets the ObjectId of the Corridor object associated with this baseline.
Public propertyDirectionAtStationObsolete.
Public propertyCode exampleEndStation Returns the end station value for the baseline.
Public propertyFeatureLineId Gets the ID of the Feature Line this baseline is associated with.
Public propertyProfileId Gets the ID of the Profile this baseline is associated with.
Public propertyCode exampleStartStation Returns the start station value for the baseline.
Top
Methods
 NameDescription
Public methodGetDirectionAtStation This method returns a Vector3d indicating the direction at the specified station.
Public methodIsFeatureLineBased Indicates whether the specific baseline of corridor is feature line based or not.
Public methodSetAlignmentAndProfile Sets the Alignment and Profile objects associated with this baseline.
Public methodSortedStations 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.
Public methodStationOffsetElevationToXYZ Returns a world coordinate (in the format X/Y/Z) from a SOE baseline coordinate (Station/Offset/Elevation).
Top
Remarks
A baseline is a 3D path defined by an alignment and a profile. A corridor is defined by one or multiple baselines which serve as anchors for assemblies.
See Also