AGI STK Objects 11Send 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 * pVal
);
public: HRESULT put_TimePrecision(
    long TimePrecision
);
[Java]
public int getTimePrecision();
public void setTimePrecision(
    int
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.