ConversionOptions.AttributesConverter

ConversionOptions.AttributesConverter property

A custom converter for attributes. It allows us to rename or exclude destination attributes. If not null, it is called for each attribute of the source layer and is expected to change it if necessary.

public IAttributesConverter AttributesConverter { get; set; }

Remarks

The attribute data type can be changed also.

See Also