AGI AgAsHpopPlugin 11 Send comments on this topic.
Trace Method (IAgAsHpopPluginResultPostEval)
See Also 
NumCalls
The number of calls to trace
Windows






Windows & Linux

Description

Set this interface to trace the next numCalls by outputting a message to the message viewer.

Syntax

[Visual Basic .NET]
Public Sub Trace( _
   ByVal NumCalls As Integer _
) 

[C#]
public void Trace(
int NumCalls
);

[Managed C++]
public: void Trace(
int NumCalls
);

[Java]
public  trace(
int NumCalls
);

[Unmanaged C++]
public: HRESULT Trace(
long NumCalls
);

Parameters

NumCalls
The number of calls to trace

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface