STK ObjectsSend comments on this topic.
Ellipses Property (IAgCvBoundsCustomRegions)
See Also
Windows





Windows & Linux

Description

Ellipses to be used as part of the coverage area.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Ellipses() As IAgCvEllipseCollection
[C#]
public IAgCvEllipseCollection Ellipses {get;}
[Managed C++]
public: __property IAgCvEllipseCollection ^ get_Ellipses();
[Unmanaged C++]
public: HRESULT get_Ellipses(
    IAgCvEllipseCollection ** ppVal
);
[Java]
public IAgCvEllipseCollection getEllipses();
[Python - STK API ]
@property
def Ellipses(self) -> "IAgCvEllipseCollection":

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.