ArcObjects Library Reference (Geoprocessing)  

IGPTask.SetParameterDescription Method

Set the parameter description.

[Visual Basic .NET]
Public Sub SetParameterDescription ( _
    ByVal Name As String, _
    ByVal desc As String _
)
[C#]
public void SetParameterDescription (
    string Name,
    string desc
);
[C++]
HRESULT SetParameterDescription(
  BSTR Name,
  BSTR desc
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR desc [in]   desc is a parameter of type BSTR

Product Availability

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

See Also

IGPTask Interface