CustomDataSetProxy.SuggestedCrs Property
Gets or sets a suggested coordinate reference system for the custom dataset to use.
Syntax
public Crs SuggestedCrs { get; set; }
Property Value
Default: null
A suggested coordinate reference system for the custom dataset to use, possibly null.
Remarks
This property makes it possible to configure which coordinate reference system the custom dataset should use. When the ICustomDataSet.Crs method is called, the custom dataset may access this suggested coordinate reference system via the CustomDataSetContext.SuggestedCrs property. If the property is not null, the custom dataset may choose to use it or ignore it and use some other coordinate reference system.
Platforms
Windows, Linux, Android