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


IRasterType.Parameters Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterType Interface > IRasterType.Parameters Property
ArcGIS Developer Help

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 [in]

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

Product Availability

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

See Also

IRasterType Interface