Class SavingOptions

SavingOptions class

Options for saving FeaturesSequence to file.

public class SavingOptions

Constructors

NameDescription
SavingOptions()The default constructor.

Properties

NameDescription
AttributesConverter { get; set; }A custom converter for attributes. If not null, it is called for each attribute of the source layer and is expected to change it if necessary.
DriverOptions { get; set; }Driver-specific options for the output layer.
SpatialReferenceSystem { get; set; }Driver-specific options for the output layer.

See Also