AGI STK VGT 11 Send comments on this topic.
Evaluate Method (IAgCrdnCalcScalar)
See Also 
Epoch
Specify an epoch. The method may throw an exception if the epoch parameter specified cannot be converted to a currently selected date unit.





Description

Evaluates the scalar calculation at the specified time instant.

Syntax

[Visual Basic .NET]
Public Function Evaluate( _
   ByVal Epoch As System.Object _
) As IAgCrdnEvaluateResult

[C#]
public IAgCrdnEvaluateResult Evaluate(
System.Object Epoch
);

[Managed C++]
public: IAgCrdnEvaluateResult^ Evaluate(
VARIANT Epoch
);

[Java]
public IAgCrdnEvaluateResult evaluate(
Variant Epoch
);

[Unmanaged C++]
public: HRESULT Evaluate(
VARIANT Epoch,
IAgCrdnEvaluateResult ** ReturnValue
);

Parameters

Epoch
Specify an epoch. The method may throw an exception if the epoch parameter specified cannot be converted to a currently selected date unit.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1