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