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


IFeatureClassDraw.CustomRendererPropPageCLSID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureClassDraw Interface > IFeatureClassDraw.CustomRendererPropPageCLSID Property
ArcGIS Developer Help

IFeatureClassDraw.CustomRendererPropPageCLSID Property

The custom renderer's property page CLSID.

[Visual Basic .NET]
Public ReadOnly Property CustomRendererPropPageCLSID As UID
[C#]
public UID CustomRendererPropPageCLSID {get;}
[C++]
HRESULT get_CustomRendererPropPageCLSID(
  IUID** CLSID
);
[C++]
Parameters
CLSID [out, retval]

CLSID is a parameter of type IUID**

Product Availability

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

See Also

IFeatureClassDraw Interface | IClassExtension Interface | IFeatureDraw Interface