MgReadOnlyLayerCollection Class Reference
[MgReadOnlyLayerCollection]
Inherits MgDisposable.
Detailed Description
Provides read only access to a collection of MgLayerBase objects.
Public Member Functions | |
| bool | Contains (MgLayerBase *value) |
| Determines if the collection contains the specified layer. | |
| INT32 | GetCount () |
| Gets the number of layers in the collection. | |
| MgLayerBase * | GetItem (INT32 index) |
| Gets the layer at the specified index. | |
| INT32 | IndexOf (MgLayerBase *value) |
| Gets the index of the specified layer in the collection. | |