MapInfoInterchangeDriverOpenLayer Method (AbstractPath, DriverOptions) |
Opens a layer for reading.
Namespace:
Aspose.Gis.Formats.MapInfoInterchange
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax public override VectorLayer OpenLayer(
AbstractPath path,
DriverOptions options
)
Public Overrides Function OpenLayer (
path As AbstractPath,
options As DriverOptions
) As VectorLayer
public:
virtual VectorLayer^ OpenLayer(
AbstractPath^ path,
DriverOptions^ options
) override
abstract OpenLayer :
path : AbstractPath *
options : DriverOptions -> VectorLayer
override OpenLayer :
path : AbstractPath *
options : DriverOptions -> VectorLayer
Parameters
- path
- Type: Aspose.GisAbstractPath
Path to the file. - options
- Type: Aspose.GisDriverOptions
Driver-specific options.
Return Value
Type:
VectorLayerAn instance of
VectorLayer.
See Also