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





Windows & Linux

Description

Adds a trending control time at the Epoch specified in format given by DateAbbrv.

Syntax

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

Parameters

DateAbbrv
Epoch

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.