This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWCSSpatialDomain Interface > IWCSSpatialDomain.BoundingBoxInfo Property (ArcObjects .NET 10.5 SDK) |
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