ArcObjects Library Reference (Carto)  

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(
  long pSize
);
[C++]

Parameters

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

Product Availability

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

See Also

IRasterDefaultsEnv4 Interface