Click or drag to resize

CITRCreateMap Method

Create ITR from Map with AGG Group name.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CITR CreateMap(
	CGXNETCore gxNetShared,
	CMAP map,
	string name
)

public static CITR CreateMap(
	CGXNETCore gxNetShared,
	CMAP map,
	string name
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
map
Type: GeoEngine.Core.GXNetXCMAP
MAP on which to place the view
name
Type: SystemString
AGG Group name

Return Value

Type: CITR
ITR object
See Also