STK ObjectsSend 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
);
[Python - STK API ]
@property
def Interval(self) -> float:

@Interval.setter
def Interval(self, Interval:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.