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


IDataGraphTElement.IsDataSourceConnected Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDataGraphTElement.IsDataSourceConnected Property

Indicates if data source is connected to the data graph.

[Visual Basic .NET]
Public Sub IsDataSourceConnected ( _
    ByRef b As Boolean _
)
[C#]
public void IsDataSourceConnected (
    ref bool b
);
[C++]
HRESULT get_IsDataSourceConnected(
  VARIANT_BOOL* b
);
[C++]

Parameters b [out] b is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDataGraphTElement Interface