AGI STK Objects 11 Send comments on this topic.
Add Method (IAgVeGroundEllipsesCollection)
See Also 
Name
The name of the ellipse set.





Description

Adds a new element to the collection.

Syntax

[Visual Basic .NET]
Public Function Add( _
   ByVal Name As String _
) As IAgVeGroundEllipseElement

[C#]
public IAgVeGroundEllipseElement Add(
string Name
);

[Managed C++]
public: IAgVeGroundEllipseElement^ Add(
String __gc ^ Name
);

[Java]
public IAgVeGroundEllipseElement add(
String Name
);

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

Parameters

Name
The name of the ellipse set.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1