This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICoverageAnnotationLayer2 Interface > ICoverageAnnotationLayer2.LevelVisibility Property (ArcObjects .NET 10.5 SDK) |
Indicates if the level at the specified level number is visible.
[Visual Basic .NET] Public Function get_LevelVisibility ( _ ByVal LevelNumber As Integer _ ) As Boolean
[Visual Basic .NET] Public Sub set_LevelVisibility ( _ ByVal LevelNumber As Integer, _ ByVal Visible As Boolean _ )
[C#] public bool get_LevelVisibility ( int LevelNumber );
[C#] public void set_LevelVisibility ( int LevelNumber, bool Visible );
[C++]
HRESULT get_LevelVisibility(
long LevelNumber,
VARIANT_BOOL* Visible
);
[C++]
HRESULT put_LevelVisibility(
long LevelNumber,
VARIANT_BOOL Visible
);
[C++]
Parameters LevelNumber [in] LevelNumber is a parameter of type long Visible [out, retval] Visible is a parameter of type VARIANT_BOOL LevelNumber [in] LevelNumber is a parameter of type long Visible [in] Visible is a parameter of type VARIANT_BOOL