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


IDataGraphCollection.RemoveDataGraph Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphCollection Interface > IDataGraphCollection.RemoveDataGraph Method
ArcGIS Developer Help

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