This document is archived and information here might be outdated. Recommended version. |
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