STK UI PluginsSend comments on this topic.
SetProgress Method (IAgProgressTrackCancel)
See Also
Step
Message
Windows





Windows & Linux

Description

Notifies of the progress of a time consuming operation.

Syntax

[Visual Basic .NET]
Public Sub SetProgress( _
    ByVal Step As Integer, _
    ByVal Message As String _
)
[C#]
public void SetProgress(
    int Step,
    string Message
);
[Managed C++]
public: void SetProgress(
    int Step,
    String __gc ^ Message
);
[Unmanaged C++]
public: HRESULT SetProgress(
    long Step,
    BSTR Message
);
[Java]
public void setProgress(
    int Step,
    String Message
);

Parameters

Step
Message

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.