Click or drag to resize

CEMAPTEMPLATESetDisplayArea Method

Set the area you wish to see.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetDisplayArea(
	double min_x,
	double min_y,
	double max_x,
	double max_y
)

public void SetDisplayArea(
	double min_x,
	double min_y,
	double max_x,
	double max_y
)

Parameters

min_x
Type: SystemDouble
X Min
min_y
Type: SystemDouble
Y Min
max_x
Type: SystemDouble
X Max
max_y
Type: SystemDouble
Y Max
Remarks
The coordinates are based on the current template units (See GetUnits and SetUnits in MAPTEMPLATE)
See Also