This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPTask Interface > IGPTask.SetParameterDescription Method (ArcObjects .NET 10.4 SDK) |
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