VectorMapLayer Constructor (VectorLayer, Boolean)

Creates new instance with default symbolizer.

Namespace:  Aspose.Gis.Rendering
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public VectorMapLayer(
	VectorLayer layer,
	bool keepOpen = true
)

Parameters

layer
Type: Aspose.GisVectorLayer
Vector layer.
keepOpen (Optional)
Type: SystemBoolean
to leave the layer open after the VectorMapLayer object is disposed; otherwise, .
Exceptions
ExceptionCondition
ArgumentNullExceptionLayer is .
See Also