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


IGeoFeatureLayer.RendererPropertyPageClassID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGeoFeatureLayer Interface > IGeoFeatureLayer.RendererPropertyPageClassID Property
ArcGIS Developer Help

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