This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGrayscaleFunctionArguments Interface > IGrayscaleFunctionArguments.ConversionParameters Property (ArcObjects .NET 10.4 SDK) |
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