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 variable. These are used to create complicated corridor structures or to attach assemblies to a point outside the main baseline of a corridor.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0

Syntax

C#
public sealed class OffsetBaseline : BaseBaseline
Visual Basic
Public NotInheritable Class OffsetBaseline _
	Inherits BaseBaseline
Visual C++
public ref class OffsetBaseline sealed : public BaseBaseline

Inheritance Hierarchy

System..::..Object
  [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
    Autodesk.Civil.DatabaseServices..::..BaseBaseline
      Autodesk.Civil.DatabaseServices..::..OffsetBaseline

See Also