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






Windows & Linux

Description

The time interval between drop lines. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Interval() As Double
[C#]
public double Interval {get; set;}
[Managed C++]
public: __property double get_Interval();
public: __property void set_Interval( double );
[Unmanaged C++]
public: HRESULT get_Interval(
    double * pVal
);
public: HRESULT put_Interval(
    double Interval
);
[Java]
public double getInterval();
public void setInterval(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.