EssentialsFeatureSetFromJson Method |
Froms the json.
Namespace: Geocortex.Essentials.ClientAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic static EssentialsFeatureSet FromJson(
string json
)
Public Shared Function FromJson (
json As String
) As EssentialsFeatureSet
Parameters
- json
- Type: SystemString
The json.
Return Value
Type:
EssentialsFeatureSet
The EssentialsFeatureSet from json
See Also