This document is archived and information here might be outdated. Recommended version. |
Indicates if the layer that is associated with this graphics layer controls the visibility.
[Visual Basic .NET]
Public Property UseAssociatedLayerVisibility As Boolean
[C#]
public bool UseAssociatedLayerVisibility {get; set;}
[C++]
HRESULT get_UseAssociatedLayerVisibility(
Boolean* useLayer
);
[C++]
HRESULT put_UseAssociatedLayerVisibility(
VARIANT_BOOL useLayer
);
[C++] Parameters useLayer [out, retval]
useLayer is a parameter of type bool* useLayer [in]
useLayer is a parameter of type bool