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


IWCSSpatialDomain.BoundingBoxInfo Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GISClient)  

IWCSSpatialDomain.BoundingBoxInfo Property

BoundingBoxInfo at the given index.

[Visual Basic .NET]
Public Function get_BoundingBoxInfo ( _
    ByVal index As Integer _
) As IWCSBoundingBoxInfo
[C#]
public IWCSBoundingBoxInfo get_BoundingBoxInfo (
    int index
);
[C++]
HRESULT get_BoundingBoxInfo(
  long index,
  IWCSBoundingBoxInfo** ppWCSBBInfo
);
[C++]

Parameters index [in] index is a parameter of type long ppWCSBBInfo [out, retval]
ppWCSBBInfo is a parameter of type IWCSBoundingBoxInfo

Product Availability

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

See Also

IWCSSpatialDomain Interface