AGI STK Objects 11 Send comments on this topic.
TimePrecision Property (IAgVeEphemerisCCSDSExportTool)
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 * pRetVal
);
public: HRESULT put_TimePrecision(
long NewTimePrecision
);

[Java]
public int getTimePrecision();public void setTimePrecision(
int
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface