ArcObjects Library Reference (Carto)  

IDataGraphTElement.RemoveDataSourceConnection Method

Removes the connection between the data graph and the data source.

[Visual Basic .NET]
Public Sub RemoveDataSourceConnection ( _
)
[C#]
public void RemoveDataSourceConnection (
);
[C++]
HRESULT RemoveDataSourceConnection(
void
);

Product Availability

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

See Also

IDataGraphTElement Interface