STK ObjectsSend comments on this topic.
Add Method (IAgCvEllipseCollection)
See Also
CenterObjectName
Windows





Windows & Linux

Description

Adds a new ellipse centered on a Place, Facility, or Target object.

Syntax

[Visual Basic .NET]
Public Function Add( _
    ByVal CenterObjectName As String _
) As IAgCvEllipse
[C#]
public IAgCvEllipse Add(
    string CenterObjectName
);
[Managed C++]
public: IAgCvEllipse^ Add(
    String __gc ^ CenterObjectName
);
[Unmanaged C++]
public: HRESULT Add(
    BSTR CenterObjectName,
    IAgCvEllipse ** ppRetVal
);
[Java]
public IAgCvEllipse add(
    String CenterObjectName
);
[Python - STK API ]
def Add(self, CenterObjectName:str) -> "IAgCvEllipse":

Parameters

CenterObjectName

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.