STK Vector Geometry ToolSend comments on this topic.
EvaluateWithRate 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.
Windows





Windows & Linux

Description

Evaluates the scalar calculation at the specified time instant. The result is a scalar value and its rate of change.

Syntax

[Visual Basic .NET]
Public Function EvaluateWithRate( _
    ByVal Epoch As System.Object _
) As IAgCrdnEvaluateWithRateResult
[C#]
public IAgCrdnEvaluateWithRateResult EvaluateWithRate(
    System.Object Epoch
);
[Managed C++]
public: IAgCrdnEvaluateWithRateResult^ EvaluateWithRate(
    VARIANT Epoch
);
[Unmanaged C++]
public: HRESULT EvaluateWithRate(
    VARIANT Epoch,
    IAgCrdnEvaluateWithRateResult ** ppRetVal
);
[Java]
public IAgCrdnEvaluateWithRateResult evaluateWithRate(
    AgVariant Epoch
);
[Python - STK API ]
def EvaluateWithRate(self, Epoch:typing.Any) -> "IAgCrdnEvaluateWithRateResult":

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

© 2024 Analytical Graphics, Inc. All Rights Reserved.