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


IFeatureClassDraw.HasCustomRenderer Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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

Parameters hasRenderer [out, retval] hasRenderer 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