AGI STK Objects 11 Send comments on this topic.
OnPercentCompleteUpdate Event (AgStkObjectRoot)
See Also 
pArgs
Windows






Windows & Linux

Description

Occurs upon changes to the status of a currently running lengthy operation

Syntax

[Visual Basic .NET]
Public Event OnPercentCompleteUpdate( _
   ByVal pArgs As IAgPctCmpltEventArgs _
)

[C#]
public void OnPercentCompleteUpdate(
IAgPctCmpltEventArgs pArgs
);

[Managed C++]
public: void OnPercentCompleteUpdate(
IAgPctCmpltEventArgs ^ pArgs
);

[Java]
public  onPercentCompleteUpdate(
IAgPctCmpltEventArgs pArgs
);

[Unmanaged C++]
public: HRESULT OnPercentCompleteUpdate(
IAgPctCmpltEventArgs * pArgs
);

Parameters

pArgs

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface