The CorridorSurfaceMaskCollection type exposes the following members.
Methods
| 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(String) |
Removes a CorridorSurfaceMask object with the given name.
| |
| Remove(CorridorSurfaceMask) |
Removes the given CorridorSurfaceMask object.
| |
| RemoveAt |
Removes a CorridorSurfaceMask object by index.
|
Properties
| Name | Description | |
|---|---|---|
| CorridorId |
Gets the ID of the parent Corridor.
| |
| Count |
Gets the number of CorridorSurfaceMask objects in the collection.
| |
| Item[([( Int32])]) | ||
| Item[([( String])]) |