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





Windows & Linux

Description

Time at which the vehicle is at the waypoint. Uses DateFormat Dimension.

Property type

Read-write property

Syntax

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

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.