STK AgAsPluginSend comments on this topic.
ReadEphemeris Method (IAgAsEphemFileReaderPlugin)
See Also
Result
Windows





Windows & Linux

Description

Triggered when the plugin is asked to read a file and obtain its ephemeris

Syntax

[Visual Basic .NET]
Public Sub ReadEphemeris( _
    ByVal Result As IAgAsEphemFileReaderPluginResultEphem _
)
[C#]
public void ReadEphemeris(
    IAgAsEphemFileReaderPluginResultEphem Result
);
[Managed C++]
public: void ReadEphemeris(
    IAgAsEphemFileReaderPluginResultEphem ^ Result
);
[Unmanaged C++]
public: HRESULT ReadEphemeris(
    IAgAsEphemFileReaderPluginResultEphem * Result
);
[Java]
public void readEphemeris(
    IAgAsEphemFileReaderPluginResultEphem Result
);

Parameters

Result

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.