AGI Ui Plugins 11Send 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
);
[Java]
public  setProgress(
   int Step,
   String Message
);
[Unmanaged C++]
public: HRESULT SetProgress(
   long Step,
   BSTR Message
);

Parameters

Step
Message

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.