MapInfoInterchangeDriver.OpenLayer

OpenLayer(string, MapInfoInterchangeOptions)

Opens a layer for reading.

public VectorLayer OpenLayer(string path, MapInfoInterchangeOptions options)
ParameterTypeDescription
pathStringPath to the file.
optionsMapInfoInterchangeOptionsDriver-specific options.

Return Value

An instance of VectorLayer.

See Also


OpenLayer(AbstractPath, DriverOptions)

Opens a layer for reading.

public override VectorLayer OpenLayer(AbstractPath path, DriverOptions options)
ParameterTypeDescription
pathAbstractPathPath to the file.
optionsDriverOptionsDriver-specific options.

Return Value

An instance of VectorLayer.

See Also


OpenLayer(AbstractPath, MapInfoInterchangeOptions)

Opens a layer for reading.

public VectorLayer OpenLayer(AbstractPath path, MapInfoInterchangeOptions options)
ParameterTypeDescription
pathAbstractPathPath to the file.
optionsMapInfoInterchangeOptionsDriver-specific options.

Return Value

An instance of VectorLayer.

See Also