STK UI PluginsSend comments on this topic.
Exec Method (IAgUiPluginCommandTarget)
See Also
CommandName
A named command.
TrackCancel
Object that allows controlling the progress indicator of the hosting application.
Parameters
A collection of custom key/value pairs.
Windows





Windows & Linux

Description

Executes the specified named command.

Syntax

[Visual Basic .NET]
Public Sub Exec( _
    ByVal CommandName As String, _
    ByVal TrackCancel As IAgProgressTrackCancel, _
    ByVal Parameters As IAgUiPluginCommandParameters _
)
[Managed C++]
public: void Exec(
    String __gc ^ CommandName,
    IAgProgressTrackCancel ^ TrackCancel,
    IAgUiPluginCommandParameters ^ Parameters
);
[Unmanaged C++]
public: HRESULT Exec(
    BSTR CommandName,
    IAgProgressTrackCancel * TrackCancel,
    IAgUiPluginCommandParameters * Parameters
);

Parameters

CommandName
A named command.
TrackCancel
Object that allows controlling the progress indicator of the hosting application.
Parameters
A collection of custom key/value pairs.

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.