Click or drag to resize
CARCMAPQuerySize Method
Query the page size in mm of the entire map page.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void QuerySize(
	CGXNETCore gxNetShared,
	ref double x,
	ref double y
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
x
Type: SystemDouble
X Size (mm)
y
Type: SystemDouble
Y Size (mm)
See Also