AGI Ui Plugins 11 Send comments on this topic.
SetProgress Method (IAgProgressTrackCancel)
See Also 
Step
Message





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
);

[Java]
public  setProgress(
int Step,
String Message
);

[Unmanaged C++]
public: HRESULT SetProgress(
long Step,
BSTR Message
);

Parameters

Step
Message

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1