STK Vector Geometry ToolSend comments on this topic.
CalculateWithDerivative Method (IAgCrdnParameterSet)
See Also
Epoch
Windows






Windows & Linux

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 
[C#]
public System.Array CalculateWithDerivative(
    System.Object Epoch
);
[Managed C++]
public: System::Array CalculateWithDerivative(
    VARIANT Epoch
);
[Java]
public VariantArray calculateWithDerivative(
    VARIANT Epoch
);
[Unmanaged C++]
public: HRESULT CalculateWithDerivative(
    VARIANT Epoch,
    SAFEARRAY * * ppRetVal
);

Parameters

Epoch

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.