Click or drag to resize

CAGGCreateMap Method

Create AGG from Map with Group name.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CAGG CreateMap(
	CMAP map,
	string name
)

public static CAGG CreateMap(
	CMAP map,
	string name
)

Parameters

map
Type: GeoEngine.Core.GXNetCMAP
MAP on which to place the view
name
Type: SystemString
AGG group name

Return Value

Type: CAGG
AGG object
Remarks
The Agg Group name must include the View name with a backslash separating the view name and group name; e.g. "Data\AGG_test" (when used as a string, the double slash represents as single \).
See Also