AGI STK Objects 11 Send comments on this topic.
TimeArray Property (IAgVmAnalysisInterval)
See Also 





Description

The time array when Evaluation of spatial calculation at times from time array is used.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TimeArray() As String

[C#]
public string TimeArray {get; set;}

[Managed C++]
public: __property String __gc ^ get_TimeArray();
public: __property void set_TimeArray(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_TimeArray(
BSTR * pRetVal
);
public: HRESULT put_TimeArray(
BSTR NewTimeArray
);

[Java]
public String getTimeArray();public void setTimeArray(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1