Click or drag to resize
CGISCreateMap2D Method
CreateMap2D_GIS Create a new 2D map for GIS imports.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
This function was created to minimize duplication in creation of new maps with 2D views.
Syntax
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>
See Also