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


IGPParameterEdit.DisplayOrder Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPParameterEdit.DisplayOrder Property

The display order of the geoprocessing parameter.

[Visual Basic .NET]
Public WriteOnly Property DisplayOrder
[C#]
public void DisplayOrder {set;}
[C++]
HRESULT put_DisplayOrder(
  long 
);
[C++]

Parameters [in] is a parameter of type long

Product Availability

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

See Also

IGPParameterEdit Interface