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


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