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





Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Function Calculate( _
    ByVal Epoch As System.Object _
) As System.Array
[C#]
public System.Array Calculate(
    System.Object Epoch
);
[Managed C++]
public: System::Array Calculate(
    VARIANT Epoch
);
[Unmanaged C++]
public: HRESULT Calculate(
    VARIANT Epoch,
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray calculate(
    AgVariant Epoch
);
[Python - STK API ]
def Calculate(self, Epoch:typing.Any) -> list:

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.