Latitude/longitude boxes to be used as part of the coverage area.
Read-only property
[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": |