STK ObjectsSend comments on this topic.
Time Property (IAgDrTimeVarExtremumResult)
See Also
Windows





Windows & Linux

Description

Get the time when the value occurred. Use this time with the Exec methods to retrieve other element values when the statistics occurred. Uses DateFormat Dimension.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Time() As System.Object
[C#]
public System.Object Time {get;}
[Managed C++]
public: __property VARIANT get_Time();
[Unmanaged C++]
public: HRESULT get_Time(
    VARIANT * pVal
);
[Java]
public AgVariant getTime();
[Python - STK API ]
@property
def Time(self) -> typing.Any:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.