Adds a new ellipse centered on a Place, Facility, or Target object.
[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": |
- CenterObjectName