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





Windows & Linux

Description

The time of the rendering event.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Time() As IAgDate
[C#]
public IAgDate Time {get;}
[Managed C++]
public: __property IAgDate ^ get_Time();
[Unmanaged C++]
public: HRESULT get_Time(
    IAgDate ** ppRetVal
);
[Java]
public IAgDate getTime();
[Python - STK API ]
@property
def Time(self) -> "IAgDate":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.