Click or drag to resize
CARCMAPChangeSize Method
Changes the custom page size of the ArcGIS Map document.

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 ChangeSize(
	CGXNETCore gxNetShared,
	double x,
	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