Click or drag to resize

CARCMAPChangeSize Method

Changes the custom page size of the ArcGIS Map document.

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

public static void ChangeSize(
	double x,
	double y
)

Parameters

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