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


ITemporalGraphs.RemoveGraph Method (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.RemoveGraph Method
ArcGIS Developer Help

ITemporalGraphs.RemoveGraph Method

Removes a graph by index.

[Visual Basic .NET]
Public Sub RemoveGraph ( _
    ByVal nIndex As Short _
)
[C#]
public void RemoveGraph (
    short nIndex
);
[C++]
HRESULT RemoveGraph(
  short nIndex
);
[C++]
Parameters
nIndex [in]

nIndex 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