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


IDataGraphCollection.RemoveDataGraph Method (ArcObjects .NET 10.4 SDK)
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