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


ITemporalGraphs.Count Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalGraphs Interface > ITemporalGraphs.Count Property
ArcGIS Developer Help

ITemporalGraphs.Count Property

Number of temporal graphs.

[Visual Basic .NET]
Public ReadOnly Property Count As Short
[C#]
public short Count {get;}
[C++]
HRESULT get_Count(
  System.Int16* pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type short*

Product Availability

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

See Also

ITemporalGraphs Interface