Collection of corridor surface boundary (CorridorSurfaceBoundary) objects.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
Autodesk.Civil.DatabaseServicesCorridorSurfaceBoundaryCollection
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public sealed class CorridorSurfaceBoundaryCollection : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>], IEnumerable<CorridorSurfaceBoundary>
VB
Public NotInheritable Class CorridorSurfaceBoundaryCollection Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>] Implements IEnumerable(Of CorridorSurfaceBoundary)
C++
public ref class CorridorSurfaceBoundaryCollection sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>], IEnumerable<CorridorSurfaceBoundary^>
The CorridorSurfaceBoundaryCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CorridorId | Gets the ID of the parent Corridor. | |
| Count | Gets the number of CorridorSurfaceBoundary objects in the collection. | |
| ItemInt32 | ||
| ItemString |
Methods
| Name | Description | |
|---|---|---|
| Add(String) | Adds an empty outside boundary with the given boundary name. | |
| Add(String, ObjectId) | Adds an outside boundary with the given boundary name and polyline. | |
| Add(String, Point3dCollection) | Adds an outside boundary with the given boundary name and polygon points. | |
| Add(String, String) | Adds an outside boundary with the given boundary name and feature line code. | |
| AddCorridorExtentsBoundary | Adds corridor extents as outer boundary with the given boundary name. | |
| BoundaryNames | Gets an array of boundary names. | |
| GetEnumerator | Implements the method declared in the IEnumerable<T> interface. This method return an enumerator which can be use to enumerate this collection. | |
| GetObjectEnumerator | Implements the method declared in the IEnumerable interface. This method return an enumerator which can be used to enumerate this collection. | |
| Remove(CorridorSurfaceBoundary) | Removes the given CorridorSurfaceBoundary object. | |
| Remove(String) | Removes a CorridorSurfaceBoundary object with the given name. | |
| RemoveAt | Removes a CorridorSurfaceBoundary object by index. |
