Evaluates the scalar calculation at the specified time instant. The result is a scalar value and its rate of change.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnEvaluateWithRateResult EvaluateWithRate( System.Object Epoch ); |
| [Managed C++] |
|---|
public: IAgCrdnEvaluateWithRateResult^ EvaluateWithRate( VARIANT Epoch ); |
| [Java] |
|---|
public IAgCrdnEvaluateWithRateResult evaluateWithRate( VARIANT Epoch ); |
| [Unmanaged C++] |
|---|
|
- Epoch
- Specify an epoch. The method may throw an exception if the epoch parameter specified cannot be converted to a currently selected date unit.





