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


IItemURI.Group Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IItemURI Interface > IItemURI.Group Property
ArcGIS Developer Help

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(
  System.String* pItemGroup
);
[C++]
Parameters
pItemGroup [in]

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

Product Availability

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

See Also

IItemURI Interface