AGI STK Objects 11Send 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 
[C#]
public IAgVeGroundEllipseElement GetEllipseSet(
    string EllipseSetName
);
[Managed C++]
public: IAgVeGroundEllipseElement^ GetEllipseSet(
    String __gc ^ EllipseSetName
);
[Java]
public IAgVeGroundEllipseElement getEllipseSet(
    String EllipseSetName
);
[Unmanaged C++]
public: HRESULT GetEllipseSet(
    BSTR EllipseSetName,
    IAgVeGroundEllipseElement ** ppRetVal
);

Parameters

EllipseSetName

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.