STK ObjectsSend comments on this topic.
GroundEllipses Property (IAgSatellite)
See Also
Windows





Windows & Linux

Description

Get the Ground Ellipses properties of the satellite.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.