 | CPLYExtent Method |
Get the extent of the current polygon.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void Extent(
ref double min_x,
ref double min_y,
ref double max_x,
ref double max_y
)
public void Extent(
ref double min_x,
ref double min_y,
ref double max_x,
ref double max_y
)
Public Sub Extent (
ByRef min_x As Double,
ByRef min_y As Double,
ByRef max_x As Double,
ByRef max_y As Double
)
Public Sub Extent (
ByRef min_x As Double,
ByRef min_y As Double,
ByRef max_x As Double,
ByRef max_y As Double
)
public:
void Extent(
double% min_x,
double% min_y,
double% max_x,
double% max_y
)
public:
void Extent(
double% min_x,
double% min_y,
double% max_x,
double% max_y
)
member Extent :
min_x : float byref *
min_y : float byref *
max_x : float byref *
max_y : float byref -> unit
member Extent :
min_x : float byref *
min_y : float byref *
max_x : float byref *
max_y : float byref -> unit
Parameters
- min_x
- Type: SystemDouble
Min X - min_y
- Type: SystemDouble
Min Y - max_x
- Type: SystemDouble
Max X - max_y
- Type: SystemDouble
Max Y
RemarksIf there are no polygons in the PLY object, returns dummies.
See Also