STK ObjectsSend comments on this topic.
GeoBox Property (IAgVeVOOrbitProximity)
See Also
Windows





Windows & Linux

Description

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.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.