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


IDataGraphT.Update Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphT Interface > IDataGraphT.Update Method
ArcGIS Developer Help

IDataGraphT.Update Method

Updates graph after changes in graph or series properties.

[Visual Basic .NET]
Public Sub Update ( _
    ByVal pCancel As ITrackCancel _
)
[C#]
public void Update (
    ITrackCancel pCancel
);
[C++]
HRESULT Update(
  ITrackCancel* pCancel
);
[C++]
Parameters
pCancel [in]

pCancel is a parameter of type ITrackCancel*

Product Availability

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

See Also

IDataGraphT Interface