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


IFeatureClassDraw.DoesCustomDrawing Method (ArcObjects .NET 10.5 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(
  VARIANT_BOOL* doesDrawing
);
[C++]

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