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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If there are no polygons in the PLY object, returns dummies.
Syntax
public void Extent(
	ref double d1,
	ref double d2,
	ref double d3,
	ref double d4
)

Parameters

d1
Type: SystemDouble
Min X
d2
Type: SystemDouble
Min Y
d3
Type: SystemDouble
Max X
d4
Type: SystemDouble
Max Y
See Also