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


ITemporalWorkspaceStatistics.AllMessageRates Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITemporalWorkspaceStatistics.AllMessageRates Property

Indicates message rate for each TemporalFeatureClass under the workspace or workspace factory.

[Visual Basic .NET]
Public ReadOnly Property AllMessageRates As IPropertySet
[C#]
public IPropertySet AllMessageRates {get;}
[C++]
HRESULT get_AllMessageRates(
  IPropertySet** ppiAllMessageRates
);
[C++]

Parameters ppiAllMessageRates [out, retval]
ppiAllMessageRates is a parameter of type IPropertySet

Product Availability

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

See Also

ITemporalWorkspaceStatistics Interface