ShapefileDataSet.DatumShiftChoice Property
Gets or sets a flag that tells how to choose a default datum shift for the Crs.
Syntax
public DatumShiftChoice DatumShiftChoice { get; set; }
Property Value
Default: Conservative
Determines how a datum shift is chosen, if needed, for the coordinate reference system.
This property can only be modified before the dataset has been initialized. Attempting to modify it after initialization will cause an exception to be thrown.
Remarks
The property will control how a default datum shift is chosen for the Crs property, if Crs is not specified explicitly. See DatumShiftChoice for details.
Platforms
Windows, Linux, Android