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






Windows & Linux

Description

Include acceleration data in the exported file.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_IncludeAcceleration();
public: __property void set_IncludeAcceleration(
bool
);

[Unmanaged C++]
public: HRESULT get_IncludeAcceleration(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IncludeAcceleration(
VARIANT_BOOL NewIncludeAcceleration
);

[Java]
public bool getIncludeAcceleration();public void setIncludeAcceleration(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface