STK ObjectsSend comments on this topic.
LookBehind Property (IAgVeDuration)
See Also
Windows





Windows & Linux

Description

Look behind duration: specifies how long the temporary data points are to be stored by subtracting the look behind duration from the time of the most current data point. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LookBehind() As Double
[C#]
public double LookBehind {get; set;}
[Managed C++]
public: __property double get_LookBehind();
public: __property void set_LookBehind( double );
[Unmanaged C++]
public: HRESULT get_LookBehind(
    double * pVal
);
public: HRESULT put_LookBehind(
    double LookBehind
);
[Java]
public double getLookBehind();
public void setLookBehind(
    double
);
[Python - STK API ]
@property
def LookBehind(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.