AGI STK VGT 11 Send comments on this topic.
CalculateWithDerivative Method (IAgCrdnParameterSet)
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.
Specify an epoch. The method may throw an exception if the epoch parameter specified cannot be converted to a currently selected date unit.





Description

Return results of computing individual scalars and their time derivatives within parameter set at the specified time.

Syntax

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

[C#]
public System.Array CalculateWithDerivative(
System.Object Epoch
);

[Managed C++]
public: System::Array CalculateWithDerivative(
VARIANT Epoch
);

[Java]
public Object[] calculateWithDerivative(
Variant Epoch
);

[Unmanaged C++]
public: HRESULT CalculateWithDerivative(
VARIANT Epoch,
SAFEARRAY ** Array
);

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.
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