Click or drag to resize

CSHP.SetArcZ Method

Write an XYZ arc (polyline) item.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public void SetArcZ(
	CVV vv_x,
	CVV vv_y,
	CVV vv_z
)

public void SetArcZ(
	CVV vv_x,
	CVV vv_y,
	CVV vv_z
)

Parameters

vv_x
Type: GeoEngine.Core.GXNet.CVV
X locations
vv_y
Type: GeoEngine.Core.GXNet.CVV
Y locations
vv_z
Type: GeoEngine.Core.GXNet.CVV
Z locations
Remarks
Can ONLY be used for <define>SHP_GEOM_TYPE_ARCZ</define> files.
See Also