Click or drag to resize
CAGGCreateMap Method
Create AGG from Map with Group name.

Available since Oasis montaj version: 5.0.5
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
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 \).
Syntax
public static CAGG CreateMap(
	CMAP oMAP1,
	string str2
)

Parameters

oMAP1
Type: GeoEngine.Core.GXNetCMAP
MAP on which to place the view
str2
Type: SystemString
Agg Group name

Return Value

Type: CAGG
AGG Object
See Also