OffsetBaseline Class

An offset baseline represents a secondary baseline following the main baseline at an offset.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
    Autodesk.Civil.DatabaseServicesBaseBaseline
      Autodesk.Civil.DatabaseServicesOffsetBaseline

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

The OffsetBaseline type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAlignmentId Gets the ObjectId of the referenced Alignment object.
(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 propertyCode exampleBaselineType Gets 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.
Public propertyEndStationOnMainBaselineObsolete.
Gets the end station on the main baseline.
Public propertyFeatureLineId Gets the ID of the Feature Line this baseline is associated with.
(Inherited from BaseBaseline)
Public propertyFeatureLineIdVertical Gets the ID of the feature line that vertical baseline is associated with.
Public propertyCode exampleName Gets or sets the offset baseline name.
Public propertyOffsetGUID Gets the GUID of the offset baseline.
Public propertyCode exampleProfileId Gets the ObjectId for the referenced Profile object.
(Overrides BaseBaselineProfileId)
Public propertyRelatedOffsetBaselineFeatureLines Gets related offset Baseline FeatureLines.
Public propertyCode exampleStartStation Returns the start station value for the main baseline.
Public propertyStartStationOnMainBaselineObsolete.
Gets the start station on the main baseline.
Top
Methods
 NameDescription
Public methodGetDirectionAtStation This method returns a Vector3d indicating the direction at the specified station.
(Inherited from BaseBaseline)
Public methodGetOffsetElevationFromMainBaselineStation Returns the offset and elevation at the specified station.
Public methodIsFeatureLineBased Indicates whether the specific baseline of corridor is feature line based or not.
(Overrides BaseBaselineIsFeatureLineBased)
Public methodMainBaselineStationToOffsetBaselineStation Returns the offset baseline station value from the specified main baseline station.
Public methodOffsetBaselineStationToMainBaselineStation Returns the main baseline station value from the specified offset baseline station.
Public methodSetAlignmentAndProfile Sets the Alignment and Profile objects associated with this baseline.
(Inherited from BaseBaseline)
Public methodSetFeatureLine Sets the feature line objects associated with this offset 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.
(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
Remarks

Offset baselines are used to represent more complex structures in a Corridor or to set attachment points for assemblies outside of the main baseline.

See Also