AGI AgSearch 11 Send comments on this topic.
Evaluate2 Method (IAgSearchPluginOperand)
See Also 
IsIteration





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
);

[Java]
public bool evaluate2(
bool IsIteration
);

[Unmanaged C++]
public: HRESULT Evaluate2(
VARIANT_BOOL IsIteration,
VARIANT_BOOL * ReturnValue
);

Parameters

IsIteration

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1