Click or drag to resize

CITRCreateMap Method

Create ITR from Map with AGG Group name.

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

public static CITR 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: CITR
ITR object
See Also