Evaluates the operand of the search. Graphs are updated if IsIteration is true.
[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 ); |
- IsIteration