AGI STK VGT 11 Send comments on this topic.
TimeArrayA Property (IAgCrdnEventArrayMerged)
See Also 





Description

The first time array.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TimeArrayA() As IAgCrdnEventArray

[C#]
public IAgCrdnEventArray TimeArrayA {get; set;}

[Managed C++]
public: __property IAgCrdnEventArray^ get_TimeArrayA();
public: __property void set_TimeArrayA(
IAgCrdnEventArray ^
);

[Unmanaged C++]
public: HRESULT get_TimeArrayA(
IAgCrdnEventArray ** ppRetVal
);
public: HRESULT put_TimeArrayA(
IAgCrdnEventArray * pNewTimeArrayA
);

[Java]
public IAgCrdnEventArray getTimeArrayA();public void setTimeArrayA(
IAgCrdnEventArray
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1