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