Adds a new element to the collection.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgVeGroundEllipseElement Add( string Name ); |
| [Managed C++] |
|---|
public: IAgVeGroundEllipseElement^ Add( String __gc ^ Name ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgVeGroundEllipseElement add( String Name ); |
[Python - STK API ] |
|---|
def Add(self, Name:str) -> "IAgVeGroundEllipseElement": |
- Name
- The name of the ellipse set.






