ArcObjects Library Reference (Carto)  

IGeoFeatureLayer.RendererPropertyPageClassID Property

Class id of the property page for the renderer.

[Visual Basic .NET]
Public Property RendererPropertyPageClassID As UID
[C#]
public UID RendererPropertyPageClassID {get; set;}
[C++]
HRESULT get_RendererPropertyPageClassID(
  IUID** clsid
);
[C++]
HRESULT put_RendererPropertyPageClassID(
  IUID* clsid
);
[C++]

Parameters

clsid [out, retval]

  clsid is a parameter of type IUID

clsid [in]

  clsid is a parameter of type IUID

Product Availability

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

Description

The classID of the renderer property page that is used to edit the renderer of the layer.

See Also

IGeoFeatureLayer Interface

.NET Samples

Add a traversal result to the map (Code Files: AddTraversalResultsToMap) |

.NET Related Topics

How to define a renderer for your layer |