 | CSHPSetArc Method |
Write an XY arc (polyline) item.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetArc(
CVV vv_x,
CVV vv_y
)
public void SetArc(
CVV vv_x,
CVV vv_y
)
Public Sub SetArc (
vv_x As CVV,
vv_y As CVV
)
Public Sub SetArc (
vv_x As CVV,
vv_y As CVV
)
public:
void SetArc(
CVV^ vv_x,
CVV^ vv_y
)
public:
void SetArc(
CVV^ vv_x,
CVV^ vv_y
)
member SetArc :
vv_x : CVV *
vv_y : CVV -> unit
member SetArc :
vv_x : CVV *
vv_y : CVV -> unit
Parameters
- vv_x
- Type: GeoEngine.Core.GXNetXCVV
X locations - vv_y
- Type: GeoEngine.Core.GXNetXCVV
Y locations
RemarksCan ONLY be used for <define>SHP_GEOM_TYPE_ARC</define> files.
See Also