 | ToolCommandDelegate Delegate |
Direct command delegate.
Namespace:
GeoEngine.Core.GXNetX.Windows
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic delegate void ToolCommandDelegate(
int A_0,
string A_1
)
public delegate void ToolCommandDelegate(
int A_0,
string A_1
)
Public Delegate Sub ToolCommandDelegate (
A_0 As Integer,
A_1 As String
)
Public Delegate Sub ToolCommandDelegate (
A_0 As Integer,
A_1 As String
)
public delegate void ToolCommandDelegate(
int A_0,
String^ A_1
)
public delegate void ToolCommandDelegate(
int A_0,
String^ A_1
)
type ToolCommandDelegate =
delegate of
A_0 : int *
A_1 : string -> unit
type ToolCommandDelegate =
delegate of
A_0 : int *
A_1 : string -> unit
Parameters
- A_0
- Type: SystemInt32
- A_1
- Type: SystemString
See Also