ArcObjects Library Reference  (Carto)    

ICoverageAnnotationLayer.LevelVisibility Property

Indicates if the level at the specified level number is visible.

[Visual Basic 6.0]
Property LevelVisibility(
    ByVal LevelNumber As Long _
) As Boolean
[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
);
[Java]
public boolean isLevelVisibility (
    Long LevelNumber
)
[Java]
public void setLevelVisibility(
    Long LevelNumber
)
throws
    IOException,
    AutomationException
[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

Product Availability

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

See Also

ICoverageAnnotationLayer Interface

 


Feedback Send feedback on this page