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


IGrayscaleFunctionArguments.ConversionParameters Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IGrayscaleFunctionArguments.ConversionParameters Property

The greyscale coversion parameters (weights).

[Visual Basic .NET]
Public Property ConversionParameters As IDoubleArray
[C#]
public IDoubleArray ConversionParameters {get; set;}
[C++]
HRESULT get_ConversionParameters(
  IDoubleArray** ppParameters
);
[C++]
HRESULT putref_ConversionParameters(
  IDoubleArray* ppParameters
);
[C++]

Parameters ppParameters [out, retval]
ppParameters is a parameter of type IDoubleArray ppParameters [in]
ppParameters is a parameter of type IDoubleArray

Product Availability

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

See Also

IGrayscaleFunctionArguments Interface