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(
long* 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.