AGI STK Objects 11 Send comments on this topic.
Time Property (IAgVeVODataTime)
See Also 





Description

Amount of leading or trailing vehicle pass to display, in terms of time required to traverse it. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Time() As Double

[C#]
public double Time {get; set;}

[Managed C++]
public: __property double get_Time();
public: __property void set_Time(
double
);

[Unmanaged C++]
public: HRESULT get_Time(
double * pRetVal
);
public: HRESULT put_Time(
double NewTime
);

[Java]
public double getTime();public void setTime(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1