Click or drag to resize

CDH.SelectPLY Method

Select all holes in PLY (Polygon) object.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SelectPLY(
	CPLY pply
)

public void SelectPLY(
	CPLY pply
)

Parameters

pply
Type: GeoEngine.Core.GXNetX.CPLY
Polygon object
Remarks
This function operates the same as the SelectPLY2_DH method with parameters (1, 0, 0)
See Also