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