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


IGPTask.ParameterMapping Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPTask Interface > IGPTask.ParameterMapping Property
ArcGIS Developer Help

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