STK ObjectsSend comments on this topic.
TimeTolerance Property (IAgVeAttTrendControlAviator)
See Also
Windows





Windows & Linux

Description

Minimum time allowed between each trending control time. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TimeTolerance() As Double
[C#]
public double TimeTolerance {get; set;}
[Managed C++]
public: __property double get_TimeTolerance();
public: __property void set_TimeTolerance( double );
[Unmanaged C++]
public: HRESULT get_TimeTolerance(
    double * pVal
);
public: HRESULT put_TimeTolerance(
    double pVal
);
[Java]
public double getTimeTolerance();
public void setTimeTolerance(
    double
);
[Python - STK API ]
@property
def TimeTolerance(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.