A collection of Baseline objects.

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

Syntax

C#
public sealed class BaselineCollection : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>], 
	IEnumerable<Baseline>
Visual Basic
Public NotInheritable Class BaselineCollection _
	Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>] _
	Implements IEnumerable(Of Baseline)
Visual C++
public ref class BaselineCollection sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>], 
	IEnumerable<Baseline^>

Remarks

The Corridor object exposes a property 'Baselines', which returns this collection to allow access to all the contained Baseline objects.

Inheritance Hierarchy

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

See Also