 | CSHPSetPointZ Method |
Write an XYZ point item.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetPointZ(
double x,
double y,
double z
)
public void SetPointZ(
double x,
double y,
double z
)
Public Sub SetPointZ (
x As Double,
y As Double,
z As Double
)
Public Sub SetPointZ (
x As Double,
y As Double,
z As Double
)
public:
void SetPointZ(
double x,
double y,
double z
)
public:
void SetPointZ(
double x,
double y,
double z
)
member SetPointZ :
x : float *
y : float *
z : float -> unit
member SetPointZ :
x : float *
y : float *
z : float -> unit
Parameters
- x
- Type: SystemDouble
X location - y
- Type: SystemDouble
Y location - z
- Type: SystemDouble
Z location
RemarksCan ONLY be used for <define>SHP_GEOM_TYPE_POINTZ</define> files.
See Also