AGI STK Astrogator 11 Send comments on this topic.
SaveNumbersInRawFormat Property (IAgVAMCSOptions)
See Also 





Description

If true, Astrogator will store satellite information in binary format - to preserve the maximum amount of precision.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SaveNumbersInRawFormat() As Boolean

[C#]
public bool SaveNumbersInRawFormat {get; set;}

[Managed C++]
public: __property bool get_SaveNumbersInRawFormat();
public: __property void set_SaveNumbersInRawFormat(
bool
);

[Unmanaged C++]
public: HRESULT get_SaveNumbersInRawFormat(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_SaveNumbersInRawFormat(
VARIANT_BOOL NewSaveNumbersInRawFormat
);

[Java]
public bool getSaveNumbersInRawFormat();public void setSaveNumbersInRawFormat(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1