Evaluates the scalar calculation at the specified time instant.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnEvaluateResult Evaluate( System.Object Epoch ); |
| [Managed C++] |
|---|
public: IAgCrdnEvaluateResult^ Evaluate( VARIANT Epoch ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnEvaluateResult evaluate( AgVariant Epoch ); |
| [Python - STK API] |
|---|
def Evaluate(self, Epoch:typing.Any) -> "IAgCrdnEvaluateResult": |
- Epoch
- Specify an epoch. The method may throw an exception if the epoch parameter specified cannot be converted to a currently selected date unit.





