MapDataPlotGeoJsonString Property |
|
DataPA OpenAnalytics API Reference
Gets the geoJson string for the GeoJson object this data is plotted against
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Object GeoJsonString { get; }
Public ReadOnly Property GeoJsonString As Object
Get
public:
virtual property Object^ GeoJsonString {
Object^ get () sealed;
}
function get_GeoJsonString();
Return Value
Type:
ObjectThe geoJson string for the GeoJson object this data is plotted against
Implements
MapDataPlot_MapDataPlotGeoJsonStringSee Also