STK AgSearchSend comments on this topic.
Evaluate2 Method (IAgSearchPluginOperand)
See Also
IsIteration
Windows





Windows & Linux

Description

Evaluates the operand of the search. Graphs are updated if IsIteration is true.

Syntax

[Visual Basic .NET]
Public Function Evaluate2( _
    ByVal IsIteration As Boolean _
) As Boolean
[C#]
public bool Evaluate2(
    bool IsIteration
);
[Managed C++]
public: bool Evaluate2(
    bool IsIteration
);
[Unmanaged C++]
public: HRESULT Evaluate2(
    VARIANT_BOOL IsIteration,
    VARIANT_BOOL * pReturn
);
[Java]
public bool evaluate2(
    bool IsIteration
);

Parameters

IsIteration

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.