STK ObjectsSend comments on this topic.
UseVehicleCentralBody Property (IAgVeEphemerisStkBinaryExportTool)
See Also
Windows





Windows & Linux

Description

Uses vehicle's central body.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseVehicleCentralBody() As Boolean
[C#]
public bool UseVehicleCentralBody {get; set;}
[Managed C++]
public: __property bool get_UseVehicleCentralBody();
public: __property void set_UseVehicleCentralBody( bool );
[Unmanaged C++]
public: HRESULT get_UseVehicleCentralBody(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseVehicleCentralBody(
    VARIANT_BOOL UseVehicleCentralBody
);
[Java]
public bool getUseVehicleCentralBody();
public void setUseVehicleCentralBody(
    bool
);
[Python - STK API ]
@property
def UseVehicleCentralBody(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.