ArcObjects Library Reference (GISClient)  

IWCSSpatialDomain.BoundingBoxInfoCount Property

The boundingboxinfo count of the coverage data.

[Visual Basic .NET]
Public ReadOnly Property BoundingBoxInfoCount As Integer
[C#]
public int BoundingBoxInfoCount {get;}
[C++]
HRESULT get_BoundingBoxInfoCount(
  long* Count
);
[C++]

Parameters

Count [out, retval]   Count is a parameter of type long

Product Availability

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

See Also

IWCSSpatialDomain Interface