Adds a new ellipse centered on a Place, Facility, or Target object.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCvEllipse Add( string CenterObjectName ); |
| [Managed C++] |
|---|
public: IAgCvEllipse^ Add( String __gc ^ CenterObjectName ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCvEllipse add( String CenterObjectName ); |
[Python - STK API ] |
|---|
def Add(self, CenterObjectName:str) -> "IAgCvEllipse": |
- CenterObjectName






