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


IColorCorrection.SupportedColorCorrections Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IC > IColorCorrection Interface > IColorCorrection.SupportedColorCorrections Property
ArcGIS Developer Help

IColorCorrection.SupportedColorCorrections Property

The dataType supported: 1 Total, 2 Raster, 4 Vector.

[Visual Basic .NET]
Public ReadOnly Property SupportedColorCorrections As Short
[C#]
public short SupportedColorCorrections {get;}
[C++]
HRESULT get_SupportedColorCorrections(
  System.Int16* val
);
[C++]
Parameters
val [out, retval]

val is a parameter of type short*

Product Availability

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

See Also

IColorCorrection Interface