Corridor |
The CorridorSurfaceMaskCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| CorridorId | Gets the ID of the parent Corridor. | |
| Count | Gets the number of CorridorSurfaceMask objects in the collection. | |
| ItemInt32 | ||
| ItemString |
| Name | Description | |
|---|---|---|
| Add(String) | Adds an empty mask with the given mask name. | |
| Add(String, ObjectId) | Adds a mask with the given mask name and polyline. | |
| Add(String, Point3dCollection) | Adds a mask with the given mask name and polygon points. | |
| Add(String, String) | Adds a mask with the given mask name and feature line code. | |
| 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. | |
| MaskNames | Gets an array of mask names. | |
| Remove(CorridorSurfaceMask) | Removes the given CorridorSurfaceMask object. | |
| Remove(String) | Removes a CorridorSurfaceMask object with the given name. | |
| RemoveAt | Removes a CorridorSurfaceMask object by index. |