Arbortext IsoView > Programmer's Reference > Layer Functions > GetLayerVisibility
  
GetLayerVisibility
This method retrieves the visibility of the layer with the given name. It returns true if layer if visible, false if not.
Use SetLayerVisibility to modify the visibility of a layer. (See SetLayerVisibility) Use GetLayerName to get the name of an layer. (See GetLayerName.)
Introduced with Arbortext IsoView 2.0.
Syntax
GetLayerVisibilityName
Parameters:
Name
Defines the name of the layer retrieve visibility from as BSTR.
form1.edtName.value = document.ivx1.GetLayerVisibility("Layer 1");