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


IGlobeLayerProperties.PerTileVisibility Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties Interface > IGlobeLayerProperties.PerTileVisibility Property
ArcGIS Developer Help

IGlobeLayerProperties.PerTileVisibility Property

Indicates if the visibility threshold is applied per tile.

[Visual Basic .NET]
Public Property PerTileVisibility As Boolean
[C#]
public bool PerTileVisibility {get; set;}
[C++]
HRESULT get_PerTileVisibility(
  Boolean* pbPerTileVisibility
);
[C++]
HRESULT put_PerTileVisibility(
  VARIANT_BOOL pbPerTileVisibility
);
[C++]
Parameters
pbPerTileVisibility [out, retval]

pbPerTileVisibility is a parameter of type bool* pbPerTileVisibility [in]
pbPerTileVisibility is a parameter of type bool

Product Availability

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

See Also

IGlobeLayerProperties Interface