Click or drag to resize
ToolControlFire_ChangeLocationEvent Method
Fire the Change the current location event.

Namespace: GeoEngine.Core.GXNetX.Windows
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void Fire_ChangeLocationEvent(
	double X,
	double Y,
	double Z
)

Parameters

X
Type: SystemDouble
X Location
Y
Type: SystemDouble
Y Location
Z
Type: SystemDouble
Z Location
See Also