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


IFeatureClassDraw.HasCustomRenderer Method (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.HasCustomRenderer Method
ArcGIS Developer Help

IFeatureClassDraw.HasCustomRenderer Method

Indicates whether the feature class has a custom renderer.

[Visual Basic .NET]
Public Function HasCustomRenderer ( _
) As Boolean
[C#]
public bool HasCustomRenderer (
);
[C++]
HRESULT HasCustomRenderer(
void
);

Product Availability

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

See Also

IFeatureClassDraw Interface | IClassExtension Interface | IFeatureDraw Interface