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






Windows & Linux

Description

Use the satellite center and frame. Setting the property to 'True' will cause CentralBody and ReferenceFrame properties become read-only.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UseSatelliteCenterAndFrame();
public: __property void set_UseSatelliteCenterAndFrame(
bool
);

[Unmanaged C++]
public: HRESULT get_UseSatelliteCenterAndFrame(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseSatelliteCenterAndFrame(
VARIANT_BOOL NewUseSatelliteCenterAndFrame
);

[Java]
public bool getUseSatelliteCenterAndFrame();public void setUseSatelliteCenterAndFrame(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface