ArcObjects Library Reference (CartoUI)  

IRendererPropertyPage.Type Property

Renderer type. Used to group renderers into categories.

[Visual Basic .NET]
Public ReadOnly Property Type As String
[C#]
public string Type {get;}

Product Availability

Available with ArcGIS Desktop.

Description

This is the category that the renderer will be placed under in the tree view of renderers that appears on the left side of the property page.  The standard ArcMap renderers are grouped into the following types:  Features, Categories, Quantities, Charts, Multiple Attributes.

See Also

IRendererPropertyPage Interface