Computes the Value (in internal units) at the time indicated by the interface. The interface must support IAgGatorState.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def Evaluate(self, DispInterface:"IDispatch") -> float: |
- DispInterface
An interface supporting IAgGatorState. This is the interface that is passed to the Astrogator plugin component method call.
The value of the Calc Object at the time known to DispInterface.
Astrogator plugin components use interface arguments supporting this interface. See IAgGatorPluginResultState for example.






