MapCenter Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the Center of the map
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public MapPoint Center { get; set; }
Public Property Center As MapPoint
Get
Set
public:
virtual property MapPoint^ Center {
MapPoint^ get () sealed;
void set (MapPoint^ value) sealed;
}
function get_Center();
function set_Center(value);
Return Value
Type:
MapPointA GeographicPosition object that defines the Center of the map
Implements
Map_MapCenterSee Also