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


IProcessLayer.RefreshLayers Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IP > IProcessLayer Interface > IProcessLayer.RefreshLayers Method
ArcGIS Developer Help

IProcessLayer.RefreshLayers Method

Refresh layers.

[Visual Basic .NET]
Public Sub RefreshLayers ( _
    ByVal pActiveView As IActiveView, _
    ByVal bConnect As Boolean, _
    ByRef pContentsChanged As Boolean _
)
[C#]
public void RefreshLayers (
    IActiveView pActiveView,
    bool bConnect,
    ref bool pContentsChanged
);
[C++]
HRESULT RefreshLayers(
  IActiveView* pActiveView,
  VARIANT_BOOL bConnect,
  Boolean* pContentsChanged
);
[C++]
Parameters
pActiveView 

pActiveView is a parameter of type IActiveView* bConnect
bConnect is a parameter of type bool pContentsChanged
pContentsChanged is a parameter of type bool*

Product Availability

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

See Also

IProcessLayer Interface