Click or drag to resize

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
Syntax
public void GetClipPLY(
	CPLY poly
)

public void GetClipPLY(
	CPLY poly
)

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