This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureClassDraw Interface > IFeatureClassDraw.DoesCustomDrawing Method (ArcObjects .NET 10.4 SDK) |
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
IFeatureClassDraw Interface | IClassExtension Interface | IFeatureDraw Interface