ArcObjects Library Reference (Geoprocessing)  

IGPTask.ParameterMapping Property

The parameter mapping associated with the task.

[Visual Basic .NET]
Public ReadOnly Property ParameterMapping As IPropertySet
[C#]
public IPropertySet ParameterMapping {get;}
[C++]
HRESULT get_ParameterMapping(
  IPropertySet** ParameterMapping
);
[C++]

Parameters

ParameterMapping [out, retval]

  ParameterMapping is a parameter of type IPropertySet

Product Availability

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

See Also

IGPTask Interface