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


IRasterTypeProperties4.ParameterInfo Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeProperties4.ParameterInfo Property

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

Product Availability

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

See Also

IRasterTypeProperties4 Interface