STK Vector Geometry ToolSend comments on this topic.
TimeArrayA Property (IAgCrdnEventArrayMerged)
See Also
Windows





Windows & Linux

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 TimeArrayA
);
[Java]
public IAgCrdnEventArray getTimeArrayA();
public void setTimeArrayA(
    IAgCrdnEventArray
);
[Python - STK API ]
@property
def TimeArrayA(self) -> "IAgCrdnEventArray":

@TimeArrayA.setter
def TimeArrayA(self, TimeArrayA:"IAgCrdnEventArray") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.