 | 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
Syntaxpublic void SelectArea(
CPLY pply
)
public void SelectArea(
CPLY pply
)
Public Sub SelectArea (
pply As CPLY
)
Public Sub SelectArea (
pply As CPLY
)
public:
void SelectArea(
CPLY^ pply
)
public:
void SelectArea(
CPLY^ pply
)
member SelectArea :
pply : CPLY -> unit
member SelectArea :
pply : CPLY -> unit
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