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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1