STK ObjectsSend comments on this topic.
TimePrecision Property (IAgVeEphemerisCCSDSv2ExportTool)
See Also
Windows





Windows & Linux

Description

If selected, STK uses the Step Size specified in the vehicle's Basic properties. If not selected, specify a Step Size. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TimePrecision() As Integer
[C#]
public int TimePrecision {get; set;}
[Managed C++]
public: __property int get_TimePrecision();
public: __property void set_TimePrecision( int );
[Unmanaged C++]
public: HRESULT get_TimePrecision(
    long * pVal
);
public: HRESULT put_TimePrecision(
    long TimePrecision
);
[Java]
public int getTimePrecision();
public void setTimePrecision(
    int
);
[Python - STK API ]
@property
def TimePrecision(self) -> int:

@TimePrecision.setter
def TimePrecision(self, TimePrecision:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.