STK ObjectsSend comments on this topic.
UseSatelliteCenterAndFrame Property (IAgVeEphemerisCCSDSv2ExportTool)
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 UseSatellite
);
[Java]
public bool getUseSatelliteCenterAndFrame();
public void setUseSatelliteCenterAndFrame(
    bool
);
[Python - STK API ]
@property
def UseSatelliteCenterAndFrame(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.