MapAdd Method (MapLayer)

Adds a layer to the map. Layers are rendered in addition order.

Namespace:  Aspose.Gis.Rendering
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public void Add(
	MapLayer mapLayer
)

Parameters

mapLayer
Type: Aspose.Gis.RenderingMapLayer
The layer to be added.
Exceptions
ExceptionCondition
ArgumentNullExceptionArgument is .
See Also