 | CEMAPTEMPLATEGetDisplayArea Method |
Get the area you are currently looking at.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetDisplayArea(
ref double min_x,
ref double min_y,
ref double max_x,
ref double max_y
)
public void GetDisplayArea(
ref double min_x,
ref double min_y,
ref double max_x,
ref double max_y
)
Public Sub GetDisplayArea (
ByRef min_x As Double,
ByRef min_y As Double,
ByRef max_x As Double,
ByRef max_y As Double
)
Public Sub GetDisplayArea (
ByRef min_x As Double,
ByRef min_y As Double,
ByRef max_x As Double,
ByRef max_y As Double
)
public:
void GetDisplayArea(
double% min_x,
double% min_y,
double% max_x,
double% max_y
)
public:
void GetDisplayArea(
double% min_x,
double% min_y,
double% max_x,
double% max_y
)
member GetDisplayArea :
min_x : float byref *
min_y : float byref *
max_x : float byref *
max_y : float byref -> unit
member GetDisplayArea :
min_x : float byref *
min_y : float byref *
max_x : float byref *
max_y : float byref -> unit
Parameters
- min_x
- Type: SystemDouble
X Min returned - min_y
- Type: SystemDouble
Y Min returned - max_x
- Type: SystemDouble
X Max returned - max_y
- Type: SystemDouble
Y Max returned
Remarks
The coordinates are based on the current template units
(See GetUnits and SetUnits in MAPTEMPLATE)
See Also