This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureClassDraw Interface > IFeatureClassDraw.ExclusiveCustomRenderer Property (ArcObjects .NET 10.5 SDK) |
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
IFeatureClassDraw Interface | IClassExtension Interface | IFeatureDraw Interface