AGI AgAsPlugin 11 Send 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
);

[Java]
public String getRefEpoch(
String DateAbbrv
);

[Unmanaged C++]
public: HRESULT GetRefEpoch(
BSTR DateAbbrv,
BSTR * ReturnValue
);

Parameters

DateAbbrv

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface