AGI AgAsPlugin 11 Send comments on this topic.
SetRefEpoch Method (IAgAsEphemFileReaderPluginResultEphem)
See Also 
DateAbbrv
Epoch





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
);

[Java]
public  setRefEpoch(
String DateAbbrv,
String Epoch
);

[Unmanaged C++]
public: HRESULT SetRefEpoch(
BSTR DateAbbrv,
BSTR Epoch
);

Parameters

DateAbbrv
Epoch

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1