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


IGPEnvironment.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 > IGPEnvironment Interface > IGPEnvironment.DisplayOrder Property
ArcGIS Developer Help

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(
  System.Int32* 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