Click or drag to resize

CMVIEWViewGroupJSON Method

Generate a JSON representation of a Group.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ViewGroupJSON(
	string group,
	string file
)

public void ViewGroupJSON(
	string group,
	string file
)

Parameters

group
Type: SystemString
Name of Group
file
Type: SystemString
Name of JSON file to generate.
See Also