Executes the specified named command.
| [Visual Basic .NET] |
|---|
Public Sub Exec( _
ByVal CommandName As String, _
ByVal TrackCancel As ITrackCancelIAgProgressTrackCancel, _
ByVal Parameters As IAgUiPluginCommandParameters _
)
|
| [C#] |
|---|
public void Exec(
|
| [Managed C++] |
|---|
public: void Exec(
|
| [Java] |
|---|
public exec(
|
| [Unmanaged C++] |
|---|
public: HRESULT Exec(
|
- CommandName
- A named command
- TrackCancel
- Object that allows controlling the progress indicator of the hosting application.
- Parameters
- A collection of custom key/value pairs.
| Execute a named command | Copy Code
|
|
|---|---|---|
|
||