Click or drag to resize

CDSELSelectArea Method

Select a complex clipping area

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SelectArea(
	CPLY pply
)

public void SelectArea(
	CPLY pply
)

Parameters

pply
Type: GeoEngine.Core.GXNetXCPLY
PLY containing complex area (must contain a projection)
Remarks
The DAP server may not handle clipping and may return more data than requested.
See Also