Index: DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Maps/IFeatureReader.cs =================================================================== diff -u -r4055 -r4056 --- DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Maps/IFeatureReader.cs (.../IFeatureReader.cs) (revision 4055) +++ DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Maps/IFeatureReader.cs (.../IFeatureReader.cs) (revision 4056) @@ -19,14 +19,13 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. -namespace Deltares.Maps +namespace Deltares.Maps; + +public interface IFeatureReader : IFileReader { - 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; } - } + /// + /// 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; } } \ No newline at end of file