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


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

IGPParameter.DisplayOrder Property

The display order of the geoprocessing parameter.

[Visual Basic .NET]
Public ReadOnly Property DisplayOrder As Integer
[C#]
public int DisplayOrder {get;}
[C++]
HRESULT get_DisplayOrder(
  System.Int32* DisplayOrder
);
[C++]
Parameters
DisplayOrder [out, retval]

DisplayOrder is a parameter of type long*

Product Availability

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

Remarks

The DisplayOrder is optional; it stores the order in which parameters are displayed on a dialog. The usage display order is always the order of the values in the array. For example, in the ParameterInfo property the parameters ought to be ordered by required, optional, and derived.

See Also

IGPParameter Interface