Description
Obsolete - Use the FreezeLayer method that accepts an IntPtr value.
Informs the view that the specified layer is frozen in this view. By default all layers are thawed.
Class
Autodesk.AutoCAD.GraphicsSystem.View
Visual Basic
Public Function FreezeLayer( layerId As long ) As void
Parameters
| Parameters | Description |
|---|---|
| long layerId | Input Layer to be treated as frozen. |
public void FreezeLayer(IntPtr layerId);
Previous Declaration
public void FreezeLayer(int modopt(IsLong) layerId);