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





Windows & Linux

Description

Adds an interpolation boundary at the Epoch specified in format given by DateAbbrv.

Syntax

[Visual Basic .NET]
Public Sub AddInterpolationBoundary( _
    ByVal DateAbbrv As String, _
    ByVal Epoch As String _
)
[C#]
public void AddInterpolationBoundary(
    string DateAbbrv,
    string Epoch
);
[Managed C++]
public: void AddInterpolationBoundary(
    String __gc ^ DateAbbrv,
    String __gc ^ Epoch
);
[Unmanaged C++]
public: HRESULT AddInterpolationBoundary(
    BSTR DateAbbrv,
    BSTR Epoch
);
[Java]
public void addInterpolationBoundary(
    String DateAbbrv,
    String Epoch
);

Parameters

DateAbbrv
Epoch

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.