Click or drag to resize
CSHPSetPoint Method
Write an XY point item.

Available since Oasis montaj version: 6.3
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Can ONLY be used for <define>SHP_GEOM_TYPE_POINT</define> files.
Syntax
public void SetPoint(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
X location
y
Type: SystemDouble
Y location
See Also