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


ITemporalGraphs.RemoveGraph Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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