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


IRasterTypeProperties3.PerformsGrouping Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeProperties3 Interface > IRasterTypeProperties3.PerformsGrouping Property
ArcGIS Developer Help

IRasterTypeProperties3.PerformsGrouping Property

Indicates whether the raster type instance collects item URIs with the same group name allowing the function template to combine multiple raster datasets into a single product.

[Visual Basic .NET]
Public ReadOnly Property PerformsGrouping As Boolean
[C#]
public bool PerformsGrouping {get;}
[C++]
HRESULT get_PerformsGrouping(
  Boolean* pbPerformsGrouping
);
[C++]
Parameters
pbPerformsGrouping [out, retval]

pbPerformsGrouping is a parameter of type bool*

Product Availability

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

See Also

IRasterTypeProperties3 Interface