Click or drag to resize

CDHSectionWindowSizeMM Method

Deterine the size, in mm, of the section window

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public void SectionWindowSizeMM(
	ref double xmm,
	ref double ymm
)

public void SectionWindowSizeMM(
	ref double xmm,
	ref double ymm
)

Parameters

xmm
Type: SystemDouble
X size in mm.
ymm
Type: SystemDouble
Y size in mm.
Remarks
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.
See Also