Adds a new element to the collection.
[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 ); |
[Unmanaged C++] |
---|
public: HRESULT Add( BSTR Name, IAgVeGroundEllipseElement ** ppRetVal ); |
[Java] |
---|
public IAgVeGroundEllipseElement add( String Name ); |
[Python - STK API ] |
---|
def Add(self, Name:str) -> "IAgVeGroundEllipseElement": |
- Name
- The name of the ellipse set.