Click or drag to resize

ToolControlFire_ToolCommandEvent Method

Fire the Direct command delegate event.

Namespace:  GeoEngine.Core.GXNetX.Windows
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void Fire_ToolCommandEvent(
	int ID,
	string Name
)

public void Fire_ToolCommandEvent(
	int ID,
	string Name
)

Parameters

ID
Type: SystemInt32
Command ID Number
Name
Type: SystemString
Command Name
See Also