Share

View.ThawLayer(long) Method

Description

Obsolete - Use the ThawLayer method that accepts an IntPtr value.

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.

Class

Autodesk.AutoCAD.GraphicsSystem.View

Visual Basic

Public Function ThawLayer(
    layerId As long
) As void

Parameters

Parameters Description
long layerId Input Layer to be treated as thawed.

public void ThawLayer(IntPtr layerId);

Previous Declaration

public void ThawLayer(int modopt(IsLong) layerId);

Links

View Class, Autodesk.AutoCAD.GraphicsSystem Namespace

Was this information helpful?