Click or drag to resize

CGISCreateMap2D Method

CreateMap2D_GIS Create a new 2D map for GIS imports.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void CreateMap2D(
	string map,
	double map_scale,
	CIPJ ipj,
	int map2_d
)

public void CreateMap2D(
	string map,
	double map_scale,
	CIPJ ipj,
	int map2_d
)

Parameters

map
Type: SystemString
Map name
map_scale
Type: SystemDouble
Map scale (can be <define>rDUMMY</define>)
ipj
Type: GeoEngine.Core.GXNetXCIPJ
Projection (no orientation)
map2_d
Type: SystemInt32
<define>GIS_MAP2D</define>
Remarks
This function was created to minimize duplication in creation of new maps with 2D views.
See Also