STK AgAsPluginSend comments on this topic.
SetRefEpoch Method (IAgAsEphemFileReaderPluginResultEphem)
See Also
DateAbbrv
Epoch
Windows





Windows & Linux

Description

Sets the reference epoch for points added by AddEphemeris(). The Epoch is specified in the format given by DateAbbrv.

Syntax

[Visual Basic .NET]
Public Sub SetRefEpoch( _
    ByVal DateAbbrv As String, _
    ByVal Epoch As String _
)
[C#]
public void SetRefEpoch(
    string DateAbbrv,
    string Epoch
);
[Managed C++]
public: void SetRefEpoch(
    String __gc ^ DateAbbrv,
    String __gc ^ Epoch
);
[Unmanaged C++]
public: HRESULT SetRefEpoch(
    BSTR DateAbbrv,
    BSTR Epoch
);
[Java]
public void setRefEpoch(
    String DateAbbrv,
    String Epoch
);

Parameters

DateAbbrv
Epoch

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.