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


IRasterTypeProperties3.PerformsGrouping Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  VARIANT_BOOL* pbPerformsGrouping
);
[C++]

Parameters pbPerformsGrouping [out, retval] pbPerformsGrouping is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterTypeProperties3 Interface