Click or drag to resize

CARCMAPQuerySize Method

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

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

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