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





Windows & Linux

Description

Returns the stop time

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.