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


IImageViewOperation.QueryItemViewMembership Method (ArcObjects .NET 10.6 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
);
[C++]

Parameters ItemID [in]
ItemID is a parameter of type long

Product Availability

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

See Also

IImageViewOperation Interface