 | CDATALINKDGetExtents Method |
Get the data extents of the DATALINK Display object.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetExtents(
ref double min_x,
ref double max_x,
ref double min_y,
ref double max_y
)
public void GetExtents(
ref double min_x,
ref double max_x,
ref double min_y,
ref double max_y
)
Public Sub GetExtents (
ByRef min_x As Double,
ByRef max_x As Double,
ByRef min_y As Double,
ByRef max_y As Double
)
Public Sub GetExtents (
ByRef min_x As Double,
ByRef max_x As Double,
ByRef min_y As Double,
ByRef max_y As Double
)
public:
void GetExtents(
double% min_x,
double% max_x,
double% min_y,
double% max_y
)
public:
void GetExtents(
double% min_x,
double% max_x,
double% min_y,
double% max_y
)
member GetExtents :
min_x : float byref *
max_x : float byref *
min_y : float byref *
max_y : float byref -> unit
member GetExtents :
min_x : float byref *
max_x : float byref *
min_y : float byref *
max_y : float byref -> unit
Parameters
- min_x
- Type: SystemDouble
Min X - max_x
- Type: SystemDouble
Max X - min_y
- Type: SystemDouble
Min Y - max_y
- Type: SystemDouble
Max Y
See Also