AGI STK Objects 11 Send comments on this topic.
TimePrecision Property (IAgVeEphemerisCCSDSv2ExportTool)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1