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


IWCSSpatialDomain.BoundingBoxInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWCSSpatialDomain Interface > IWCSSpatialDomain.BoundingBoxInfo Property
ArcGIS Developer Help

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