Share

AcGiViewport::layerVisible

C++

virtual Adesk::Boolean layerVisible(
    const AcDbObjectId &
) const;

Description

Returns true if the layer is not frozen in this viewport and not globally frozen. Indicating that geometry on this layer should be regenerated.

The return value is not affected by the layer's ON/OFF status.

Parameters

Parameters Description
idLayer Layer to be investigated

Links

AcGiViewport Class

Was this information helpful?