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


IMdProcess.SetParameterValue Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdProcess Interface > IMdProcess.SetParameterValue Method
ArcGIS Developer Help

IMdProcess.SetParameterValue Method

Sets the value of specified process parameter.

[Visual Basic .NET]
Public Sub SetParameterValue ( _
    ByVal Name As String, _
    ByVal Value As IGPValue _
)
[C#]
public void SetParameterValue (
    string Name,
    IGPValue Value
);
[C++]
HRESULT SetParameterValue(
  BSTR Name,
  IGPValue* Value
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR Value [in]
Value is a parameter of type IGPValue*

Product Availability

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

See Also

IMdProcess Interface