CorridorSurfaceBoundaryCollection Class

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.8.0.292
Syntax
public sealed class CorridorSurfaceBoundaryCollection : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>], 
	IEnumerable<CorridorSurfaceBoundary>

The CorridorSurfaceBoundaryCollection type exposes the following members.

Properties
 NameDescription
Public propertyCorridorId Gets the ID of the parent Corridor.
Public propertyCount Gets the number of CorridorSurfaceBoundary objects in the collection.
Public propertyItemInt32 
Public propertyItemString 
Top
Methods
 NameDescription
Public methodAdd(String) Adds an empty outside boundary with the given boundary name.
Public methodAdd(String, ObjectId) Adds an outside boundary with the given boundary name and polyline.
Public methodAdd(String, Point3dCollection) Adds an outside boundary with the given boundary name and polygon points.
Public methodAdd(String, String) Adds an outside boundary with the given boundary name and feature line code.
Public methodAddCorridorExtentsBoundary Adds corridor extents as outer boundary with the given boundary name.
Public methodBoundaryNames Gets an array of boundary names.
Public methodGetEnumerator Implements the method declared in the IEnumerable<T> interface. This method return an enumerator which can be use to enumerate this collection.
Public methodGetObjectEnumerator Implements the method declared in the IEnumerable interface. This method return an enumerator which can be used to enumerate this collection.
Public methodRemove(CorridorSurfaceBoundary) Removes the given CorridorSurfaceBoundary object.
Public methodRemove(String) Removes a CorridorSurfaceBoundary object with the given name.
Public methodRemoveAt Removes a CorridorSurfaceBoundary object by index.
Top
See Also