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


IRendererFields.ClearFields Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRendererFields.ClearFields Method

Removes all fields from the renderer.

[Visual Basic .NET]
Public Sub ClearFields ( _
)
[C#]
public void ClearFields (
);
[C++]
HRESULT ClearFields(
void
);

Product Availability

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

See Also

IRendererFields Interface