This document is archived and information here might be outdated.  Recommended version.


IKmlConvertor.BBox Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IK > IKmlConvertor Interface > IKmlConvertor.BBox Property
ArcGIS Developer Help

IKmlConvertor.BBox Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IKmlConvertor Interface