This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IK > IKmlConvertor Interface > IKmlConvertor.BBox Property (ArcObjects .NET 10.5 SDK) |
The bounding box of the map.
[Visual Basic .NET] Public Property BBox As IEnvelope
[C#] public IEnvelope BBox {get; set;}
[C++]
HRESULT get_BBox(
IEnvelope** pArea
);
[C++]
HRESULT put_BBox(
IEnvelope* pArea
);
[C++]
Parameters pArea [out, retval]
pArea is a parameter of type IEnvelope pArea [in]
pArea is a parameter of type IEnvelope