The CorridorSurfaceBoundaryCollection type exposes the following members.

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(String)
Removes a CorridorSurfaceBoundary object with the given name.
Public methodRemove(CorridorSurfaceBoundary)
Removes the given CorridorSurfaceBoundary object.
Public methodRemoveAt
Removes a CorridorSurfaceBoundary object by index.

Properties

  NameDescription
Public propertyCorridorId
Gets the ID of the parent Corridor.
Public propertyCount
Gets the number of CorridorSurfaceBoundary objects in the collection.
Public propertyItem[([( Int32])])
Public propertyItem[([( String])])

See Also