ArcObjects Library Reference (DataSourcesRaster)  

IBuilderItem2.ColorCorrectionProperties Property

Variables supporting color correction operation.

[Visual Basic .NET]
Public Property ColorCorrectionProperties As IPropertySet
[C#]
public IPropertySet ColorCorrectionProperties {get; set;}
[C++]
HRESULT get_ColorCorrectionProperties(
  IPropertySet** ppPropertySet
);
[C++]
HRESULT putref_ColorCorrectionProperties(
  IPropertySet* ppPropertySet
);
[C++]

Parameters

ppPropertySet [out, retval]

  ppPropertySet is a parameter of type IPropertySet

ppPropertySet [in]

  ppPropertySet is a parameter of type IPropertySet

Product Availability

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

See Also

IBuilderItem2 Interface