WebFileOrderSettingsCoordinateSystem Property |
The coordinate system.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public WebCoordinateSystem CoordinateSystem { get; set; }
Public Property CoordinateSystem As WebCoordinateSystem
Get
Set
public:
property WebCoordinateSystem^ CoordinateSystem {
WebCoordinateSystem^ get ();
void set (WebCoordinateSystem^ value);
}
member CoordinateSystem : WebCoordinateSystem with get, set
Property Value
Type:
WebCoordinateSystemRemarks
Used for the following type of file orders:
- (FileOrderTypeId.SpeciesObservations, FileOrderFileTypeId.ExcelXlsx)
See Also