STK AgCrdnPluginSend comments on this topic.
AddSpecialTime Method (IAgCrdnCalcScalarPluginResultReg)
See Also
DateAbbrv
SpecialTime
Windows





Windows & Linux

Description

Adds a special time that will be incorporated during sampling of the point's location.

Syntax

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

Parameters

DateAbbrv
SpecialTime

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.