STK ObjectsSend comments on this topic.
CurrentTime Property (IAgSpatialState)
See Also
Windows





Windows & Linux

Description

Returns the current time

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.