AGI STK Objects 11Send comments on this topic.
UseLeadTrail Property (IAgMtoGfxLeadTrailTimes)
See Also
Windows






Windows & Linux

Description

Opt whether to use lead and trail times.

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 * pVal
);
public: HRESULT put_UseLeadTrail(
    VARIANT_BOOL UseLeadTrail
);
[Java]
public bool getUseLeadTrail();
public void setUseLeadTrail(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.