FileGdbDriver.EditLayer

FileGdbDriver.EditLayer method

Opens a layer for editing.

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

Return Value

An instance of VectorLayer.

See Also