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


IFeatureClassDraw.DoesCustomDrawing Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

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