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





Windows & Linux

Description

Gets a stop time. Uses DateFormat Dimension.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.