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