Click or drag to resize
CPLYExtent Method
Get the extent of the current polygon.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
If there are no polygons in the PLY object, returns dummies.
Syntax
public void Extent(
	ref double min_x,
	ref double min_y,
	ref double max_x,
	ref double max_y
)

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
See Also