Click or drag to resize

CEMAPSetAOIArea Method

Set the area of interest.

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

public void SetAOIArea(
	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
Coordinates are based on the current view user units. The map is immediatly redrawn.
See Also