Click or drag to resize
SpeciesObservationLocationCoordinateY Property
North-south value of the coordinate. The properties CoordinateX, CoordinateY, CoordinateZ, CoordinateM and CoordinateSystemWkt defines where the species observation was made. Which values that are valid depends on which coordinate system that is used.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public Nullable<double> CoordinateY { get; set; }

Property Value

Type: NullableDouble

Implements

ISpeciesObservationLocationCoordinateY
See Also