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


IItemURI.Group Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IItemURI.Group Property

The name of the collection to which the item belongs. The value in this property appears in the GroupName field of the mosaic catalog.

[Visual Basic .NET]
Public Property Group As String
[C#]
public string Group {get; set;}
[C++]
HRESULT get_Group(
  BSTR* pItemGroup
);
[C++]
HRESULT put_Group(
  BSTR pItemGroup
);
[C++]

Parameters pItemGroup [out, retval] pItemGroup is a parameter of type BSTR pItemGroup [in] pItemGroup is a parameter of type BSTR

Product Availability

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

See Also

IItemURI Interface