Click or drag to resize
CSHPSetPolygonZ Method
Write an XYZ polygon item.

Available since Oasis montaj version: 6.3
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Can ONLY be used for <define>SHP_GEOM_TYPE_POLYGONZ</define> files.
Syntax
public void SetPolygonZ(
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	int inclusive
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetXCVV
X locations
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y locations
vv_z
Type: GeoEngine.Core.GXNetXCVV
Z locations
inclusive
Type: SystemInt32
True for outer ring polygon (inclusive/island), False for inner ring (exclusive/hole)
See Also