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





Description

The coordinate system epoch for the CoordinateSystem, expressed as a string in format given by DateAbbrv. Not needed for systems with fixed epochs (like ICRF, J2000, B1950).

Syntax

[Visual Basic .NET]
Public Sub SetCoordinateSystemEpoch( _
   ByVal DateAbbrv As String, _
   ByVal Epoch As String _
) 

[C#]
public void SetCoordinateSystemEpoch(
string DateAbbrv,
string Epoch
);

[Managed C++]
public: void SetCoordinateSystemEpoch(
String __gc ^ DateAbbrv,
String __gc ^ Epoch
);

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

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

Parameters

DateAbbrv
Epoch

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1