STK ObjectsSend 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 IncludeAcceleration
);
[Java]
public bool getIncludeAcceleration();
public void setIncludeAcceleration(
    bool
);
[Python - STK API ]
@property
def IncludeAcceleration(self) -> bool:

@IncludeAcceleration.setter
def IncludeAcceleration(self, IncludeAcceleration:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.