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


IGatewayStatistics.GatewayProcessStatistics Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IGatewayStatistics.GatewayProcessStatistics Property

Retrieves the process portion of the gateway statistics.

[Visual Basic .NET]
Public ReadOnly Property GatewayProcessStatistics As IPropSet
[C#]
public IPropSet GatewayProcessStatistics {get;}
[C++]
HRESULT get_GatewayProcessStatistics(
  IPropSet** processStatistics
);
[C++]

Parameters processStatistics [out, retval]
processStatistics is a parameter of type IPropSet

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IGatewayStatistics Interface