Use the satellite center and frame. Setting the property to 'True' will cause CentralBody and ReferenceFrame properties become read-only.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseSatelliteCenterAndFrame() As Boolean |
[C#] |
---|
public bool UseSatelliteCenterAndFrame {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseSatelliteCenterAndFrame(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseSatelliteCenterAndFrame( VARIANT_BOOL * pRetVal ); public: HRESULT put_UseSatelliteCenterAndFrame( VARIANT_BOOL UseSatellite ); |
[Java] |
---|
public bool getUseSatelliteCenterAndFrame(); public void setUseSatelliteCenterAndFrame( bool ); |