STK ObjectsSend comments on this topic.
Add Method (IAgVeGroundEllipsesCollection)
See Also
Name
The name of the ellipse set.
Windows





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT Add(
    BSTR Name,
    IAgVeGroundEllipseElement ** ppRetVal
);
[Java]
public IAgVeGroundEllipseElement add(
    String Name
);
[Python - STK API ]
def Add(self, Name:str) -> "IAgVeGroundEllipseElement":

Parameters

Name
The name of the ellipse set.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.