STK ObjectsSend 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 Integer getPercentCompleted();
[Python - STK API ]
@property
def PercentCompleted(self) -> int:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.