STK AgAsPluginSend comments on this topic.
GetCoordinateSystemEpoch Method (IAgAsEphemFileReaderPluginResultEphem)
See Also
DateAbbrv
Windows





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT GetCoordinateSystemEpoch(
    BSTR DateAbbrv,
    BSTR * pEpoch
);
[Java]
public String getCoordinateSystemEpoch(
    String DateAbbrv
);

Parameters

DateAbbrv

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.