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


IImageViewOperation.QueryItemViewMembership Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IImageViewOperation.QueryItemViewMembership Method

Returns a set of names of all views associated with the specified mosaic dataset item.

[Visual Basic .NET]
Public Function QueryItemViewMembership ( _
    ByVal ItemID As Integer _
) As IStringArray
[C#]
public IStringArray QueryItemViewMembership (
    int ItemID
);
[C++]
HRESULT QueryItemViewMembership(
  long ItemID,
  IStringArray** ppViewIDs
);
[C++]

Parameters ItemID [in] ItemID is a parameter of type long ppViewIDs [out, retval]
ppViewIDs is a parameter of type IStringArray

Product Availability

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

See Also

IImageViewOperation Interface