STK Graphics PrimitivesSend comments on this topic.
TimeInEpSecs Property (IAgStkGraphicsRenderingEventArgs)
See Also
Windows





Windows & Linux

Description

The time of the rendering event (in STK's scenario epoch units).

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property TimeInEpSecs() As Double
[C#]
public double TimeInEpSecs {get;}
[Managed C++]
public: __property double get_TimeInEpSecs();
[Unmanaged C++]
public: HRESULT get_TimeInEpSecs(
    double * pRetVal
);
[Java]
public double getTimeInEpSecs();
[Python - STK API ]
@property
def TimeInEpSecs(self) -> float:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.