AGI STK VGT 11 Send comments on this topic.
EvaluateWithRate Method (IAgCrdnConditionSet)
See Also 
Epoch





Description

Returns an array of results of evaluating continuously varying condition metrics and their rates of change, one for each condition in the set, at the specified time, used for detecting condition crossings.

Syntax

[Visual Basic .NET]
Public Function EvaluateWithRate( _
   ByVal Epoch As System.Object _
) As IAgCrdnConditionSetEvaluateWithRateResult

[C#]
public IAgCrdnConditionSetEvaluateWithRateResult EvaluateWithRate(
System.Object Epoch
);

[Managed C++]
public: IAgCrdnConditionSetEvaluateWithRateResult^ EvaluateWithRate(
VARIANT Epoch
);

[Java]
public IAgCrdnConditionSetEvaluateWithRateResult evaluateWithRate(
Variant Epoch
);

[Unmanaged C++]
public: HRESULT EvaluateWithRate(
VARIANT Epoch,
IAgCrdnConditionSetEvaluateWithRateResult ** ReturnValue
);

Parameters

Epoch

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1