Represents the collection of Corridor objects in the drawing.

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

Syntax

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

Remarks

Exposed by the CivilDocument class through the CorridorCollection property, this class provides an interface to create, access, and remove Corridor objects.

Inheritance Hierarchy

System..::..Object
  [T:Autodesk.Civil.CivilWrapper<AcDbDatabase>]
    Autodesk.Civil.DatabaseServices..::..CorridorCollection

See Also