 | CSHPSetArcZ Method |
Write an XYZ arc (polyline) item.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetArcZ(
CVV vv_x,
CVV vv_y,
CVV vv_z
)
public void SetArcZ(
CVV vv_x,
CVV vv_y,
CVV vv_z
)
Public Sub SetArcZ (
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
)
Public Sub SetArcZ (
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
)
public:
void SetArcZ(
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z
)
public:
void SetArcZ(
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z
)
member SetArcZ :
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> unit
member SetArcZ :
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> unit
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
RemarksCan ONLY be used for <define>SHP_GEOM_TYPE_ARCZ</define> files.
See Also