Click or drag to resize

CSHPSetPolygon Method

Write an XY polygon item.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetPolygon(
	CVV vv_x,
	CVV vv_y,
	int inclusive
)

public void SetPolygon(
	CVV vv_x,
	CVV vv_y,
	int inclusive
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetXCVV
X locations
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y locations
inclusive
Type: SystemInt32
True for outer ring polygon (inclusive/island), False for inner ring (exclusive/hole)
Remarks
Can ONLY be used for <define>SHP_GEOM_TYPE_POLYGON</define> files.
See Also