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


IDataGraphTElement.IsDataSourceConnected Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphTElement Interface > IDataGraphTElement.IsDataSourceConnected Property
ArcGIS Developer Help

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(
  Boolean* b
);
[C++]
Parameters
b [out]

b is a parameter of type bool*

Product Availability

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

See Also

IDataGraphTElement Interface