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


IGPTask.SetParameterDescription Method (ArcObjects .NET 10.4 SDK)
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