Click or drag to resize

ViewportFrozenLayers Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the list of layers that are frozen in this viewport.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public List<Layer> FrozenLayers { get; }
Request Example View Source

Property Value

Type: ListLayer
See Also