Share

AcGsView::thawLayer

C++

virtual void thawLayer(
    Adesk::IntDbId layerID
) = 0;

Description

This method 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.

Parameters

Parameters Description
layerID Layer to be treated as thawed

Links

AcGsView Class

Previous Declaration

virtual void thawLayer(

LONG_PTR layerID

) = 0;

Was this information helpful?