Corridor |
The CorridorSurfaceBoundaryCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| CorridorId | Gets the ID of the parent Corridor. | |
| Count | Gets the number of CorridorSurfaceBoundary objects in the collection. | |
| ItemInt32 | ||
| ItemString |
| 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. |