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