Note: This API is now obsolete.
An offset baseline is a secondary baseline within a corridor that is offset from the main baseline. The distance between this kind offset baseline and the main baseline is a constant. These are used to create complicated corridor structures or to attach assemblies to a point outside the main baseline of a corridor.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
Autodesk.Civil.DatabaseServicesBaseBaseline
Autodesk.Civil.DatabaseServicesHardcodedOffsetBaseline
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
[ObsoleteAttribute("This class is no longer used in Civil.", false)] public sealed class HardcodedOffsetBaseline : BaseBaseline
VB
<ObsoleteAttribute("This class is no longer used in Civil.", false)> Public NotInheritable Class HardcodedOffsetBaseline Inherits BaseBaseline
C++
[ObsoleteAttribute(L"This class is no longer used in Civil.", false)] public ref class HardcodedOffsetBaseline sealed : public BaseBaseline
The HardcodedOffsetBaseline type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AlignmentId |
Gets the ObjectId of the associated alignment.
(Overrides BaseBaselineAlignmentId) |
![]() | baselineGUID | Obsolete. This property has been deprecated use BaselineGuid instead. (Inherited from BaseBaseline) |
![]() | BaselineGuid |
Gets the Guid of the Baseline.
(Inherited from BaseBaseline) |
![]() | BaselineType |
Returns the Baseline type.
(Overrides BaseBaselineBaselineType) |
![]() | 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) |
![]() | Name | Gets the name of the HardcodedOffsetBaseline. |
![]() | OffsetElevationFromMainBaseline | Gets the offset elevation from the main Baseline. |
![]() | ProfileId |
Gets the ObjectId of the associated Profile.
(Overrides BaseBaselineProfileId) |
![]() | RelatedOffsetBaselineFeatureLines | Gets related offset baseline feature lines. |
![]() ![]() | StartStation |
Returns the start station value for the baseline.
(Inherited from BaseBaseline) |
Methods
Name | Description | |
---|---|---|
![]() | GetDirectionAtStation |
This method returns a Vector3d indicating the direction at the specified station.
(Inherited from BaseBaseline) |
![]() | IsFeatureLineBased |
Indicates whether the specific baseline of corridor is feature line based or not.
(Overrides BaseBaselineIsFeatureLineBased) |
![]() | SetAlignmentAndProfile |
Sets the Alignment and Profile objects associated with this baseline.
(Inherited from BaseBaseline) |
![]() | SortedStations |
Returns an array of all the station values for the Baseline.
(Overrides BaseBaselineSortedStations) |
![]() | StationOffsetElevationToXYZ |
Returns a world coordinate (in the format X/Y/Z) from a SOE baseline coordinate
(Station/Offset/Elevation).
(Inherited from BaseBaseline) |