Click or drag to resize
CITRSetAggMap Method
Set ITR to an Agg in map

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
See the CreateMap_ITR function
Syntax
public static void SetAggMap(
	CMAP oMAP1,
	string str2,
	CITR oITR3
)

Parameters

oMAP1
Type: GeoEngine.Core.GXNetCMAP
MAP on which to place the view
str2
Type: SystemString
Agg group name
oITR3
Type: GeoEngine.Core.GXNetCITR
ITR object to set
See Also