STK AgSearchSend comments on this topic.
Trace Method (IAgSearchPluginOperand)
See Also
NumCalls
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
);
[Unmanaged C++]
public: HRESULT Trace(
    long NumCalls
);
[Java]
public void trace(
    int NumCalls
);

Parameters

NumCalls

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.