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





Windows & Linux

Description

The stop time. Uses current animation time if none is entered. Set this to the same value as StartTime to report at a single time.

Property type

Read-write property

Syntax

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

@StopTime.setter
def StopTime(self, StopTime:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.