Adds a new box centered on a Place, Facility, or Target object, defined by latitude and longitude spans.
[Visual Basic .NET] |
---|
Public Function Add( _ ByVal CenterObjectName As String _ ) As IAgCvLatLonBox |
[C#] |
---|
public IAgCvLatLonBox Add( string CenterObjectName ); |
[Managed C++] |
---|
public: IAgCvLatLonBox^ Add( String __gc ^ CenterObjectName ); |
[Unmanaged C++] |
---|
public: HRESULT Add( BSTR CenterObjectName, IAgCvLatLonBox ** ppRetVal ); |
[Java] |
---|
public IAgCvLatLonBox add( String CenterObjectName ); |
[Python - STK API ] |
---|
def Add(self, CenterObjectName:str) -> "IAgCvLatLonBox": |
- CenterObjectName