Description
Informs the view that the specified layer should be thawed in this view. ThawLayer() only needs to be called if the layer was previously frozen in the view.
Visual Basic
Public Function ThawLayer( layerId As IntPtr ) As void
C#
public void ThawLayer( IntPtr layerId );
Parameters
| Parameters | Description |
|---|---|
| IntPtr layerId | Input Layer to be treated as thawed. |