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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1