STK AgAsPluginSend comments on this topic.
GetRefEpoch Method (IAgAsEphemFileReaderPluginResultEphem)
See Also
DateAbbrv
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 Function GetRefEpoch( _
    ByVal DateAbbrv As String _
) As String
[C#]
public string GetRefEpoch(
    string DateAbbrv
);
[Managed C++]
public: String __gc ^ GetRefEpoch(
    String __gc ^ DateAbbrv
);
[Unmanaged C++]
public: HRESULT GetRefEpoch(
    BSTR DateAbbrv,
    BSTR * pEpoch
);
[Java]
public String getRefEpoch(
    String DateAbbrv
);

Parameters

DateAbbrv

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.