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






Windows & Linux

Description

Indicates if lead and trail times should be used.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseLeadTrail() As Boolean

[C#]
public bool UseLeadTrail {get; set;}

[Managed C++]
public: __property bool get_UseLeadTrail();
public: __property void set_UseLeadTrail(
bool
);

[Unmanaged C++]
public: HRESULT get_UseLeadTrail(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseLeadTrail(
VARIANT_BOOL NewUseLeadTrail
);

[Java]
public bool getUseLeadTrail();public void setUseLeadTrail(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface