STK AviatorSend comments on this topic.
WaypointTime Property (IAgAvtrSiteSTKObjectWaypoint)
See Also
Windows





Windows & Linux

Description

Gets or sets the time at which the object's position will be used as a waypoint.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property WaypointTime() As System.Object
[C#]
public System.Object WaypointTime {get; set;}
[Managed C++]
public: __property VARIANT get_WaypointTime();
public: __property void set_WaypointTime( VARIANT );
[Unmanaged C++]
public: HRESULT get_WaypointTime(
    VARIANT * pVal
);
public: HRESULT put_WaypointTime(
    VARIANT newVal
);
[Java]
public AgVariant getWaypointTime();
public void setWaypointTime(
    AgVariant
);
[Python - STK API ]
@property
def WaypointTime(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.