STK Common Entity LibrarySend comments on this topic.
UseLeadTrail Property (IAgLineGraphics)
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 * pUseLeadTrail
);
public: HRESULT put_UseLeadTrail(
    VARIANT_BOOL UseLeadTrail
);
[Java]
public bool getUseLeadTrail();
public void setUseLeadTrail(
    bool
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.