Point  Conversion (String to Point)

PreStorm - A Data Client for ArcGIS Server REST API
Deserializes the JSON string into a Point object.

Namespace:  PreStorm
Assembly:  PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax

public static implicit operator Point (
	string json
)

Parameters

json
Type: SystemString

Return Value

Type: Point
See Also

Reference