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





Windows & Linux

Description

Get the ground ellipses graphics.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.