ArcObjects Library Reference (GlobeCore)  

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(
  VARIANT_BOOL* pbPerTileVisibility
);
[C++]
HRESULT put_PerTileVisibility(
  VARIANT_BOOL pbPerTileVisibility
);
[C++]

Parameters

pbPerTileVisibility [out, retval]   pbPerTileVisibility is a parameter of type VARIANT_BOOL pbPerTileVisibility [in]   pbPerTileVisibility is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeLayerProperties Interface