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


IServerEnvironment3.IsRunningAsEngine Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IServerEnvironment3 Interface > IServerEnvironment3.IsRunningAsEngine Property
ArcGIS Developer Help

IServerEnvironment3.IsRunningAsEngine Property

Indicates if server configuration is running as engine.

[Visual Basic .NET]
Public ReadOnly Property IsRunningAsEngine As Boolean
[C#]
public bool IsRunningAsEngine {get;}
[C++]
HRESULT get_IsRunningAsEngine(
  Boolean* pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type bool*

Product Availability

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

See Also

IServerEnvironment3 Interface