STK AviatorSend comments on this topic.
TimeResolution Property (IAgAvtrCalculationOptions)
See Also
Windows





Windows & Linux

Description

Gets or sets the tolerance for resolving time calculations.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TimeResolution() As Double
[C#]
public double TimeResolution {get; set;}
[Managed C++]
public: __property double get_TimeResolution();
public: __property void set_TimeResolution( double );
[Unmanaged C++]
public: HRESULT get_TimeResolution(
    double * pVal
);
public: HRESULT put_TimeResolution(
    double newVal
);
[Java]
public double getTimeResolution();
public void setTimeResolution(
    double
);
[Python - STK API ]
@property
def TimeResolution(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.