AGI STK Objects 11 Send comments on this topic.
OnPercentCompleteUpdate Method (IAgStkObjectRootEvents)
See Also 
pArgs





Description

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

Syntax

[Visual Basic .NET]
Public Sub 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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1