MapInfoTabDriverOpenLayer Method (AbstractPath, MapInfoTabOptions)

Opens a layer for reading.

Namespace:  Aspose.Gis.Formats.MapInfoTab
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public VectorLayer OpenLayer(
	AbstractPath path,
	MapInfoTabOptions options
)

Parameters

path
Type: Aspose.GisAbstractPath
Path to the file.
options
Type: Aspose.Gis.Formats.MapInfoTabMapInfoTabOptions
Driver-specific options.

Return Value

Type: VectorLayer
An instance of VectorLayer.
See Also