 | 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
Syntaxpublic void Fire_ChangeLocationEvent(
double X,
double Y,
double Z
)
public void Fire_ChangeLocationEvent(
double X,
double Y,
double Z
)
Public Sub Fire_ChangeLocationEvent (
X As Double,
Y As Double,
Z As Double
)
Public Sub Fire_ChangeLocationEvent (
X As Double,
Y As Double,
Z As Double
)
public:
void Fire_ChangeLocationEvent(
double X,
double Y,
double Z
)
public:
void Fire_ChangeLocationEvent(
double X,
double Y,
double Z
)
member Fire_ChangeLocationEvent :
X : float *
Y : float *
Z : float -> unit
member Fire_ChangeLocationEvent :
X : float *
Y : float *
Z : float -> unit
Parameters
- X
- Type: SystemDouble
X Location - Y
- Type: SystemDouble
Y Location - Z
- Type: SystemDouble
Z Location
See Also