This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBasemapLayer Interface > IBasemapLayer.CanDraw Method (ArcObjects .NET 10.4 SDK) |
Returns True, if the layer draws something.
[Visual Basic .NET] Public Function CanDraw ( _ ) As Boolean
[C#] public bool CanDraw ( );
[C++]
HRESULT CanDraw(
VARIANT_BOOL* bYesNo
);
[C++]
Parameters bYesNo [out, retval] bYesNo is a parameter of type VARIANT_BOOL