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