AGI STK Objects 11 Send comments on this topic.
GetEllipseSet Method (IAgVeGroundEllipsesCollection)
See Also 
EllipseSetName





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
);

[Java]
public IAgVeGroundEllipseElement getEllipseSet(
String EllipseSetName
);

[Unmanaged C++]
public: HRESULT GetEllipseSet(
BSTR EllipseSetName,
IAgVeGroundEllipseElement ** ReturnValue
);

Parameters

EllipseSetName

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1