AGI STK Objects 11Send comments on this topic.
PercentCompleted Property (IAgPctCmpltEventArgs)
See Also 
Windows






Windows & Linux

Description

Returns the current progress status. The value returned is greater or equal to 0 and less or equal to 100.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property PercentCompleted() As Integer
[C#]
public int PercentCompleted {get;}
[Managed C++]
public: __property int get_PercentCompleted();
[Unmanaged C++]
public: HRESULT get_PercentCompleted(
   int * pRetVal
);
[Java]
public ppInteger getPercentCompleted();

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.