AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_UseVehicleCentralBody(
   VARIANT_BOOL NewUseVehicleCentralBody
);
[Java]
public bool getUseVehicleCentralBody();public void setUseVehicleCentralBody(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.