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


IRasterDefaultsEnv4.MaximumRastersColorMatching Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDefaultsEnv4 Interface > IRasterDefaultsEnv4.MaximumRastersColorMatching Property
ArcGIS Developer Help

IRasterDefaultsEnv4.MaximumRastersColorMatching Property

The maximum number of rasters for color matching.

[Visual Basic .NET]
Public Property MaximumRastersColorMatching As Integer
[C#]
public int MaximumRastersColorMatching {get; set;}
[C++]
HRESULT get_MaximumRastersColorMatching(
  long pSize
);
[C++]
HRESULT put_MaximumRastersColorMatching(
  System.Int32* pSize
);
[C++]
Parameters
pSize [in]

pSize is a parameter of type long pSize [out, retval]
pSize is a parameter of type long*

Product Availability

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

See Also

IRasterDefaultsEnv4 Interface