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


IGlobeDisplayLayers.PerTileVisibility Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayLayers.PerTileVisibility Property

The per-tile visibility option for layers.

[Visual Basic .NET]
Public Sub set_PerTileVisibility ( _
    ByVal pLayer As ILayer, _
    ByVal A_2 As Boolean _
)
[C#]
public void set_PerTileVisibility (
    ILayer pLayer,
    bool A_2
);
[C++]
HRESULT put_PerTileVisibility(
  ILayer* pLayer,
  VARIANT_BOOL 
);
[C++]

Parameters pLayer [in]
pLayer is a parameter of type ILayer* [in]
is a parameter of type bool

Product Availability

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

See Also

IGlobeDisplayLayers Interface