| DbPlaceLat Property |
Identifies the known latitude of the place
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Entities
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public float Lat { get; set; }
Public Property Lat As Single
Get
Set
public:
property float Lat {
float get ();
void set (float value);
}
member Lat : float32 with get, set
Property Value
Type:
SingleSee Also