Description:
Makes a layer and all of its parent layers visible.
Syntax:
public Boolean ForceLayerVisible(
Guid layerId
)
Guid layerId
)
Parameters:
- layerId
- Type: System.Guid
- The layer ID to be made visible.
Returns:
Type: Boolean
True if the operation succeeded.
Available since:
5.0
Description:
Makes a layer and all of its parent layers visible.
Syntax:
public Boolean ForceLayerVisible(
Int32 layerIndex
)
Int32 layerIndex
)
Parameters:
- layerIndex
- Type: System.Int32
- The layer index to be made visible.
Returns:
Type: Boolean
True if the operation succeeded.
Available since:
5.0