STK Common Entity LibrarySend comments on this topic.
LeadTime Property (IAgLineGraphics)
See Also
Windows





Windows & Linux

Description

The amount of time in seconds which future points will be displayed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LeadTime() As Integer
[C#]
public int LeadTime {get; set;}
[Managed C++]
public: __property int get_LeadTime();
public: __property void set_LeadTime( int );
[Unmanaged C++]
public: HRESULT get_LeadTime(
    long * pLeadTime
);
public: HRESULT put_LeadTime(
    long LeadTime
);
[Java]
public int getLeadTime();
public void setLeadTime(
    int
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.