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


IDataGraphTEvents.DataGraphTLoadingStatus Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IDataGraphTEvents.DataGraphTLoadingStatus Method

Fired when graph loading status changes.

[Visual Basic .NET]
Public Sub DataGraphTLoadingStatus ( _
    ByVal pGraphT As IDataGraphT, _
    ByVal iSeries As Integer, _
    ByVal info As String, _
    ByRef bKeepGoing As Boolean _
)
[C#]
public void DataGraphTLoadingStatus (
    IDataGraphT pGraphT,
    int iSeries,
    string info,
    ref bool bKeepGoing
);
[C++]
HRESULT DataGraphTLoadingStatus(
  IDataGraphT* pGraphT,
  long iSeries,
  BSTR info,
  VARIANT_BOOL* bKeepGoing
);
[C++]

Parameters pGraphT [in]
pGraphT is a parameter of type IDataGraphT iSeries [in] iSeries is a parameter of type long info [in] info is a parameter of type BSTR bKeepGoing [in, out] bKeepGoing is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDataGraphTEvents Interface