ArcObjects Library Reference (Carto)  

IDataGraphCollection.RemoveDataGraph Method

Removes the graph from the collection.

[Visual Basic .NET]
Public Sub RemoveDataGraph ( _
    ByVal graph As IDataGraphBase _
)
[C#]
public void RemoveDataGraph (
    IDataGraphBase graph
);
[C++]
HRESULT RemoveDataGraph(
  IDataGraphBase* graph
);
[C++]

Parameters

graph [in]

  graph is a parameter of type IDataGraphBase

Product Availability

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

See Also

IDataGraphCollection Interface