Click or drag to resize
CDHSectionWindowSizeMM Method
Deterine the size, in mm, of the section window

Available since Oasis montaj version: 6.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Given the current selection of windows (e.g. legend, plan), paper size and orientation, return the size in mm of the window used for plotting the section.
Syntax
public void SectionWindowSizeMM(
	ref double xmm,
	ref double ymm
)

Parameters

xmm
Type: SystemDouble
X size in mm.
ymm
Type: SystemDouble
Y size in mm.
See Also