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


IRasterType.Parameters Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterType.Parameters Property

Overriding parameter values bound to function variables.

[Visual Basic .NET]
Public Property Parameters As IPropertySet
[C#]
public IPropertySet Parameters {get; set;}
[C++]
HRESULT get_Parameters(
  IPropertySet** ppInputParameters
);
[C++]
HRESULT putref_Parameters(
  IPropertySet* ppInputParameters
);
[C++]

Parameters ppInputParameters [out, retval]
ppInputParameters is a parameter of type IPropertySet ppInputParameters [in]
ppInputParameters is a parameter of type IPropertySet

Product Availability

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

See Also

IRasterType Interface