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


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

IFeatureRendererUpdate.Update Method

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

pFeatureLayer is a parameter of type IFeatureLayer*

Product Availability

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

See Also

IFeatureRendererUpdate Interface