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


IGlobeGraphicsLayer.HasVisibleRasterizedElements Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeGraphicsLayer.HasVisibleRasterizedElements Property

Indicates if there are visible rasterized elements.

[Visual Basic .NET]
Public ReadOnly Property HasVisibleRasterizedElements As Boolean
[C#]
public bool HasVisibleRasterizedElements {get;}
[C++]
HRESULT get_HasVisibleRasterizedElements(
  VARIANT_BOOL* pbVisibleRasterized
);
[C++]

Parameters pbVisibleRasterized [out, retval] pbVisibleRasterized is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeGraphicsLayer Interface