Click or drag to resize

CARCMAPQuerySize Method

Query the page size in mm of the entire map page.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void QuerySize(
	ref double x,
	ref double y
)

public static void QuerySize(
	ref double x,
	ref double y
)

Parameters

x
Type: SystemDouble
X Size (mm)
y
Type: SystemDouble
Y Size (mm)
See Also