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


IScreenDisplayOverlaysCallback.OverlayCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IScreenDisplayOverlaysCallback Interface > IScreenDisplayOverlaysCallback.OverlayCount Property
ArcGIS Developer Help

IScreenDisplayOverlaysCallback.OverlayCount Property

Draw overlays to the specified DC.

[Visual Basic .NET]
Public ReadOnly Property OverlayCount As Integer
[C#]
public int OverlayCount {get;}
[C++]
HRESULT get_OverlayCount(
  System.Int32* OverlayCount
);
[C++]
Parameters
OverlayCount [out, retval]

OverlayCount is a parameter of type long*

Product Availability

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

See Also

IScreenDisplayOverlaysCallback Interface