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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
This function was created to minimize duplication in creation of new maps with 2D views.
Syntax
public void CreateMap2D(
	string str1,
	double d2,
	CIPJ oIPJ3,
	int i4
)

Parameters

str1
Type: SystemString
Map name
d2
Type: SystemDouble
Map scale (can be rDUMMY)
oIPJ3
Type: GeoEngine.Core.GXNetCIPJ
Projection (no orientation)
i4
Type: SystemInt32
See GIS_MAP2DConstant
See Also