AGI AgGatorPlugin 11 Send comments on this topic.
Evaluate Method (IAgGatorConfiguredCalcObject)
See Also 
DispInterface

An interface supporting IAgGatorState. This is the interface that is passed to the Astrogator plugin component method call.






Description

Computes the Value (in internal units) at the time indicated by the interface. The interface must support IAgGatorState.

Syntax

[Visual Basic .NET]
Public Function Evaluate( _
   ByVal DispInterface As Object _
) As Double

[C#]
public double Evaluate(
Object DispInterface
);

[Managed C++]
public: double Evaluate(
IUnknown ^ DispInterface
);

[Java]
public double evaluate(
Object DispInterface
);

[Unmanaged C++]
public: HRESULT Evaluate(
IUnknown * DispInterface,
double * ReturnValue
);

Parameters

DispInterface

An interface supporting IAgGatorState. This is the interface that is passed to the Astrogator plugin component method call.

Return Type

The value of the Calc Object at the time known to DispInterface

Remarks

Astrogator plugin components use interface arguments supporting this interface. See IAgGatorPluginResultState for example.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1