ArcObjects Library Reference (Geoprocessing)  

IGPParameterEdit.Direction Property

Direction of the geoprocessing parameter.

[Visual Basic .NET]
Public WriteOnly Property Direction
[C#]
public void Direction {set;}
[C++]
HRESULT put_Direction(
  esriGPParameterDirection 
);
[C++]

Parameters

[in]

   is a parameter of type esriGPParameterDirection

Product Availability

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

See Also

IGPParameterEdit Interface

.NET Related Topics

Building a custom geoprocessing function tool