Share

AcGsView::freezeLayer

C++

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

Description

This function informs the view that the specified layer is frozen in this view. By default all layers are thawed.

Parameters

Parameters Description
layerID Layer to be treated as frozen

Links

AcGsView Class

Previous Declaration

virtual void freezeLayer(

LONG_PTR layerID

) = 0;

Was this information helpful?