Get the parameters for a geostationary box, a planar rectangle centered at a fixed longitude in space and used to visually check that a GEO satellite stays within a certain area.
Read-only property
[Visual Basic .NET] |
---|
Public Property GeoBox() As IAgVeVOGeoBox |
[C#] |
---|
public IAgVeVOGeoBox GeoBox {get;} |
[Managed C++] |
---|
public: __property IAgVeVOGeoBox ^ get_GeoBox(); |
[Unmanaged C++] |
---|
public: HRESULT get_GeoBox( IAgVeVOGeoBox ** ppVal ); |
[Java] |
---|
public IAgVeVOGeoBox getGeoBox(); |
[Python - STK API ] |
---|
@property def GeoBox(self) -> "IAgVeVOGeoBox": |