STK ObjectsSend comments on this topic.
Boxes Property (IAgCvBoundsCustomRegions)
See Also
Windows





Windows & Linux

Description

Latitude/longitude boxes to be used as part of the coverage area.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Boxes() As IAgCvLatLonBoxCollection
[C#]
public IAgCvLatLonBoxCollection Boxes {get;}
[Managed C++]
public: __property IAgCvLatLonBoxCollection ^ get_Boxes();
[Unmanaged C++]
public: HRESULT get_Boxes(
    IAgCvLatLonBoxCollection ** ppVal
);
[Java]
public IAgCvLatLonBoxCollection getBoxes();
[Python - STK API ]
@property
def Boxes(self) -> "IAgCvLatLonBoxCollection":

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.