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





Windows & Linux

Description

Adds a new box centered on a Place, Facility, or Target object, defined by latitude and longitude spans.

Syntax

[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":

Parameters

CenterObjectName

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.