This document is archived and information here might be outdated. Recommended version. |
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**