Gets the layer at the specified index.
Namespace:
Aspose.Gis.Rendering
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntaxpublic MapLayer this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As MapLayer
Get
public:
virtual property MapLayer^ default[int index] {
MapLayer^ get (int index) sealed;
}
abstract Item : MapLayer with get
override Item : MapLayer with get
Parameters
- index
- Type: SystemInt32
The index of the layer to get.
Return Value
Type:
MapLayerThe layer at the specified index.
Exceptions
See Also