Share

CorridorSurfaceBoundaryCollection Methods

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(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.

See Also

Reference

Was this information helpful?