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