AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgReadOnlyLayerCollection Class Reference
[MgReadOnlyLayerCollection]

Inherits MgDisposable.

List of all members.


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.
MgLayerBaseGetItem (INT32 index)
 Gets the layer at the specified index.
INT32 IndexOf (MgLayerBase *value)
 Gets the index of the specified layer in the collection.