Click or drag to resize
CMAPGetMapSize Method
Get the size of the Map.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void GetMapSize(
	ref double d1,
	ref double d2,
	ref double d3,
	ref double d4
)

Parameters

d1
Type: SystemDouble
X minimum in mm
d2
Type: SystemDouble
Y minimun in mm
d3
Type: SystemDouble
X maximum in mm
d4
Type: SystemDouble
Y maximum in mm
See Also