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

© 2018 Analytical Graphics, Inc. All Rights Reserved.