CustomDataSetAdapter.Crs Property
Gets the Crs that this CustomDataSetAdapter uses.
Thread safety: This property is thread-safe when accessed by overridden methods after the adapter has been initialized.
Syntax
public Crs Crs { get; }
Property Value
Type: Crs
The coordinate reference system used by this custom dataset.
The coordinate reference system used by this custom dataset.
Remarks
This property returns the same Crs object that was passed to the constructor.
Platforms
Windows, Linux, Android