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

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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 d1,
	ref double d2
)

Parameters

d1
Type: SystemDouble
X size in mm.
d2
Type: SystemDouble
Y size in mm.
See Also