com.esri.arcgis.carto
Interface IFeatureRendererUpdate
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ClassBreaksRenderer, UniqueValueRenderer
public interface IFeatureRendererUpdate
- extends Serializable
Provides access to members that control functionality common to all feature renderers.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
update
void update(IFeatureLayer pFeatureLayer)
throws IOException,
AutomationException
- update
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
pFeatureLayer
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.