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.280
Syntax
C#
public abstract class BaseBaseline : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
VB
Public MustInherit Class BaseBaseline Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
C++
public ref class BaseBaseline abstract : public [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
The BaseBaseline type exposes the following members.
Properties
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. |
Methods
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). |