Represents the collection of Corridor objects in the drawing.
Inheritance HierarchySystemObject
[T:Autodesk.Civil.CivilWrapper<AcDbDatabase>]
Autodesk.Civil.DatabaseServicesCorridorCollection
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic sealed class CorridorCollection : [T:Autodesk.Civil.CivilWrapper<AcDbDatabase>],
IEnumerable<ObjectId>
Public NotInheritable Class CorridorCollection
Inherits [T:Autodesk.Civil.CivilWrapper<AcDbDatabase>]
Implements IEnumerable(Of ObjectId)
public ref class CorridorCollection sealed : public [T:Autodesk.Civil.CivilWrapper<AcDbDatabase>],
IEnumerable<ObjectId>
The CorridorCollection type exposes the following members.
Properties
Methods | Name | Description |
---|
  | Add(String) |
Creates a new, empty Corridor.
|
  | Add(String, String, ObjectId) |
Creates a new Corridor object with given corridor name, baseline name and feature line.
|
  | Add(String, String, ObjectId, ObjectId) |
Creates a new Corridor corridor object.
|
  | Add(String, String, ObjectId, String, ObjectId) |
Creates a new Corridor object with given corridor name, baseline name, feature line, baseline region name and assembly.
|
  | Add(String, String, ObjectId, ObjectId, String, ObjectId) |
Creates a new Corridor object.
|
  | GetEnumerator |
Implements the method declared in the IEnumerable<T> interface.
|
 | GetObjectEnumerator |
Implements the method declared in the IEnumerable interface.
|
 | RebuildAll |
Rebuild all corridors in the current database.
|
Top
Remarks
Exposed by the CivilDocument class through the
CorridorCollection property, this class provides an interface to create, access, and remove Corridor objects.
See Also