ArcObjects Library Reference (GlobeCore)  

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