MapPointLatitude Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the latitude value for this point
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public double Latitude { get; set; }
Public Property Latitude As Double
Get
Set
public:
virtual property double Latitude {
double get () sealed;
void set (double value) sealed;
}
function get_Latitude();
function set_Latitude(value);
Return Value
Type:
DoubleThe latitude value for this point
Implements
MapPoint_MapPointLatitudeSee Also