This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPEnvironment Interface > IGPEnvironment.DisplayOrder Property (ArcObjects .NET 10.5 SDK) |
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