Description
The time array component for the vehicle.
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 * pVal
);
public: HRESULT put_TimeArray(
BSTR Name
);
|
[Java] |
---|
public String getTimeArray();
public void setTimeArray(
String
);
|
[Python - STK API] |
---|
@property
def TimeArray(self) -> str:
@TimeArray.setter
def TimeArray(self, Name:str) -> None:
|
See Also