Description
Current animation time. In Epoch seconds.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property CurrentTime() As Double
|
[C#] |
---|
public double CurrentTime {get; set;}
|
[Managed C++] |
---|
public: __property double get_CurrentTime(); public: __property void set_CurrentTime(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_CurrentTime(
double * pVal
);
public: HRESULT put_CurrentTime(
double pdblVal
);
|
[Java] |
---|
public double getCurrentTime();
public void setCurrentTime(
double
);
|
[Python - STK API] |
---|
@property
def CurrentTime(self) -> float:
@CurrentTime.setter
def CurrentTime(self, pdblVal:float) -> None:
|
Remarks
See Also