namespace Deltares.Maps { public interface IFeatureReader : IFileReader { /// /// Gets or sets the value indicating geometry attribute or feature data should be read /// If set to false the attribute data will be read form the .dbf file (default) /// bool IgnoreAttributeData { get; set; } } }