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