AGI Common Entity Library 11 Send 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 * pRetVal
);
public: HRESULT put_LeadTime(
long NewLeadTime
);

[Java]
public int getLeadTime();public void setLeadTime(
int
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface