 | CMVIEWGetClipPLY Method |
Get clipping polygons, in the user projection
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetClipPLY(
CPLY poly
)
public void GetClipPLY(
CPLY poly
)
Public Sub GetClipPLY (
poly As CPLY
)
Public Sub GetClipPLY (
poly As CPLY
)
public:
void GetClipPLY(
CPLY^ poly
)
public:
void GetClipPLY(
CPLY^ poly
)
member GetClipPLY :
poly : CPLY -> unit
member GetClipPLY :
poly : CPLY -> unit
Parameters
- poly
- Type: GeoEngine.Core.GXNetXCPLY
Poly
Remarks
The returned PLY is recast into the User projection.
For oriented views (especially sections), use
GetPLY_MVIEW, which returns the Clip PLY in the view's native
projection (e.g. the one set using SetIPJ_MVIEW).
See Also