ArcObjects Library Reference (Geoprocessing)  

IGPTask.GetParameterDescription Method

Get the parameter description.

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

Parameters

Name [in]   Name is a parameter of type BSTR desc [out, retval]   desc is a parameter of type BSTR

Product Availability

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

See Also

IGPTask Interface