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


IDataGraphCollection.AddDataGraph Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDataGraphCollection.AddDataGraph Method

Adds the graph to the collection.

[Visual Basic .NET]
Public Sub AddDataGraph ( _
    ByVal graph As IDataGraphBase _
)
[C#]
public void AddDataGraph (
    IDataGraphBase graph
);
[C++]
HRESULT AddDataGraph(
  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