MapItem Property

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)
Syntax
public MapLayer this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index of the layer to get.

Return Value

Type: MapLayer
The layer at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIndex is out of range.
See Also