HardcodedOffsetBaseline Class

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.292
Syntax
[ObsoleteAttribute("This class is no longer used in Civil.", false)]
public sealed class HardcodedOffsetBaseline : BaseBaseline

The HardcodedOffsetBaseline type exposes the following members.

Properties
 NameDescription
Public propertyAlignmentId Gets the ObjectId of the associated alignment.
(Overrides BaseBaselineAlignmentId)
Public propertybaselineGUIDObsolete.
This property has been deprecated use BaselineGuid instead.
(Inherited from BaseBaseline)
Public propertyBaselineGuid Gets the Guid of the Baseline.
(Inherited from BaseBaseline)
Public propertyBaselineType Returns the Baseline type.
(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 propertyName Gets the name of the HardcodedOffsetBaseline.
Public propertyOffsetElevationFromMainBaseline Gets the offset elevation from the main Baseline.
Public propertyProfileId Gets the ObjectId of the associated Profile.
(Overrides BaseBaselineProfileId)
Public propertyRelatedOffsetBaselineFeatureLines Gets related offset baseline feature lines.
Public propertyCode exampleStartStation Returns the start station value for the baseline.
(Inherited from BaseBaseline)
Top
Methods
 NameDescription
Public methodGetDirectionAtStation This method returns a Vector3d indicating the direction at the specified station.
(Inherited from BaseBaseline)
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 methodSortedStations Returns an array of all the station values for the Baseline.
(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)
Top
See Also