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


IFeatureRendererUpdate.Update Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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