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


IFeatureClassDraw.ExclusiveCustomRenderer 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.ExclusiveCustomRenderer Property
ArcGIS Developer Help

IFeatureClassDraw.ExclusiveCustomRenderer Property

Indicates whether the custom renderer is exclusive or not.

[Visual Basic .NET]
Public ReadOnly Property ExclusiveCustomRenderer As Boolean
[C#]
public bool ExclusiveCustomRenderer {get;}
[C++]
HRESULT get_ExclusiveCustomRenderer(
  Boolean* isExclusive
);
[C++]
Parameters
isExclusive [out, retval]

isExclusive is a parameter of type bool*

Product Availability

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

See Also

IFeatureClassDraw Interface | IClassExtension Interface | IFeatureDraw Interface