ArcObjects Library Reference (Geoprocessing)  

IGPEnvironment.DisplayOrder Property

Display order of the geoprocessing environment.

[Visual Basic .NET]
Public Property DisplayOrder As Integer
[C#]
public int DisplayOrder {get; set;}
[C++]
HRESULT get_DisplayOrder(
  long* DisplayOrder
);
[C++]
HRESULT put_DisplayOrder(
  long DisplayOrder
);
[C++]

Parameters

DisplayOrder [out, retval]   DisplayOrder is a parameter of type long DisplayOrder [in]   DisplayOrder is a parameter of type long

Product Availability

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

See Also

IGPEnvironment Interface