Get the Ground Ellipses properties of the satellite.
Read-only property
[Visual Basic .NET] |
---|
Public Property GroundEllipses() As IAgVeGroundEllipsesCollection |
[C#] |
---|
public IAgVeGroundEllipsesCollection GroundEllipses {get;} |
[Managed C++] |
---|
public: __property IAgVeGroundEllipsesCollection ^ get_GroundEllipses(); |
[Unmanaged C++] |
---|
public: HRESULT get_GroundEllipses( IAgVeGroundEllipsesCollection ** ppVal ); |
[Java] |
---|
public IAgVeGroundEllipsesCollection getGroundEllipses(); |
[Python - STK API ] |
---|
@property def GroundEllipses(self) -> "IAgVeGroundEllipsesCollection": |