ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* isExclusive
);
[C++]

Parameters

isExclusive [out, retval]   isExclusive is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IFeatureClassDraw Interface | IClassExtension Interface | IFeatureDraw Interface