If the item is a multi-item, this property is a MultiItem object.
[Visual Basic .NET] Public ReadOnly Property MultiItem As IMultiItem
[C#] public IMultiItem MultiItem {get;}
[C++]
HRESULT get_MultiItem(
IMultiItem** ppMultiItem
);
[C++]Parameters
ppMultiItem [out, retval]ppMultiItem is a parameter of type IMultiItem
Product Availability
Available with ArcGIS Engine.
Description
Returns the IMultiItem object used by the item if the item represents a multi-item. If the item does not use a multi-item Nothing is returned.