ArcObjects Library Reference (Display)  

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(
  long* 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