AGI Common Entity Library 11 Send comments on this topic.
TrailTime Property (IAgLineGraphics)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1