STK Vector Geometry ToolSend comments on this topic.
EvaluateWithRate Method (IAgCrdnCondition)
See Also
Epoch
Windows






Windows & Linux

Description

Returns result of evaluating continuously varying condition metric and its rate of change at the specified time, used for detecting condition crossings.

Syntax

[Visual Basic .NET]
Public Function EvaluateWithRate( _
    ByVal Epoch As System.Object _
) As 
[C#]
public IAgCrdnEvaluateWithRateResult EvaluateWithRate(
    System.Object Epoch
);
[Managed C++]
public: IAgCrdnEvaluateWithRateResult^ EvaluateWithRate(
    VARIANT Epoch
);
[Java]
public IAgCrdnEvaluateWithRateResult evaluateWithRate(
    VARIANT Epoch
);
[Unmanaged C++]
public: HRESULT EvaluateWithRate(
    VARIANT Epoch,
    IAgCrdnEvaluateWithRateResult ** ppRetVal
);

Parameters

Epoch

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.