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) Version: 2024.2.0.25
Syntax
public void Fire_ChangeLocationEvent(
	double X,
	double Y,
	double Z
)

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