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 * pRetVal
);
public: HRESULT put_Interval(
   double NewInterval
);
[Java]
public double getInterval();public void setInterval(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.