This document is archived and information here might be outdated. Recommended version. |
Description of parameters supported by the raster type.
[Visual Basic .NET] Public Property ParameterInfo As IArray
[C#] public IArray ParameterInfo {get; set;}
[C++]
HRESULT get_ParameterInfo(
IArray** ppParameterInfo
);
[C++]
HRESULT putref_ParameterInfo(
IArray* ppParameterInfo
);
[C++] Parameters ppParameterInfo [out, retval]
ppParameterInfo is a parameter of type IArray** ppParameterInfo [in]
ppParameterInfo is a parameter of type IArray*