STK ObjectsSend comments on this topic.
GetEllipseSet Method (IAgVeGroundEllipsesCollection)
See Also
EllipseSetName
Windows





Windows & Linux

Description

Gets an element from the collection using the Ellipse Set name.

Syntax

[Visual Basic .NET]
Public Function GetEllipseSet( _
    ByVal EllipseSetName As String _
) As IAgVeGroundEllipseElement
[C#]
public IAgVeGroundEllipseElement GetEllipseSet(
    string EllipseSetName
);
[Managed C++]
public: IAgVeGroundEllipseElement^ GetEllipseSet(
    String __gc ^ EllipseSetName
);
[Unmanaged C++]
public: HRESULT GetEllipseSet(
    BSTR EllipseSetName,
    IAgVeGroundEllipseElement ** ppRetVal
);
[Java]
public IAgVeGroundEllipseElement getEllipseSet(
    String EllipseSetName
);
[Python - STK API ]
def GetEllipseSet(self, EllipseSetName:str) -> "IAgVeGroundEllipseElement":

Parameters

EllipseSetName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.