Description
Informs the view that the specified layer is frozen in this view. By default all layers are thawed.
Visual Basic
Public Function FreezeLayer( layerId As IntPtr ) As void
C#
public void FreezeLayer( IntPtr layerId );
Parameters
| Parameters | Description |
|---|---|
| IntPtr layerId | Input Layer to be treated as frozen. |