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





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 Function GetCoordinateSystemEpoch( _
   ByVal DateAbbrv As String _
) As String

[C#]
public string GetCoordinateSystemEpoch(
string DateAbbrv
);

[Managed C++]
public: String __gc ^ GetCoordinateSystemEpoch(
String __gc ^ DateAbbrv
);

[Java]
public String getCoordinateSystemEpoch(
String DateAbbrv
);

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

Parameters

DateAbbrv

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1