AGI AgCrdnPlugin 11 Send comments on this topic.
AddSpecialTime Method (IAgCrdnAxesPluginResultReg)
See Also 
DateAbbrv
SpecialTime





Description

Adds a special time that will be incorporated during sampling of the vector's value.

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
);

[Java]
public  addSpecialTime(
String DateAbbrv,
String SpecialTime
);

[Unmanaged C++]
public: HRESULT AddSpecialTime(
BSTR DateAbbrv,
BSTR SpecialTime
);

Parameters

DateAbbrv
SpecialTime

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1