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


IWCSCoverageDescription.LonLatBoundingBox Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GISClient)  

IWCSCoverageDescription.LonLatBoundingBox Property

Minimum bounding extent of the coverage data.

[Visual Basic .NET]
Public ReadOnly Property LonLatBoundingBox As IEnvelope
[C#]
public IEnvelope LonLatBoundingBox {get;}
[C++]
HRESULT get_LonLatBoundingBox(
  IEnvelope** ppEnvelope
);
[C++]

Parameters ppEnvelope [out, retval]
ppEnvelope is a parameter of type IEnvelope

Product Availability

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

See Also

IWCSCoverageDescription Interface