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


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

IFeatureClassDraw.DoesCustomDrawing Method

Indicates whether the FeatureClass does custom drawing.

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

Product Availability

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

See Also

IFeatureClassDraw Interface | IClassExtension Interface | IFeatureDraw Interface