AGI Real-Time Tracking Tool 11 Send comments on this topic.
TrailTime Property (IAgRt3QueryGraphics)
See Also 
Windows






Windows & Linux

Description

The amount of time in seconds which past points will continue to be displayed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TrailTime() As Integer

[C#]
public int TrailTime {get; set;}

[Managed C++]
public: __property int get_TrailTime();
public: __property void set_TrailTime(
int
);

[Unmanaged C++]
public: HRESULT get_TrailTime(
long * pRetVal
);
public: HRESULT put_TrailTime(
long NewTrailTime
);

[Java]
public int getTrailTime();public void setTrailTime(
int
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface