Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

3b345af8 cf09 3f1a 506c f0e77fae0934

haplokuon edited this page May 6, 2023 · 1 revision

FrozenLayers Property

netDxf 3.0.0 Library

Gets the list of layers that are frozen in this viewport.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public ObservableCollection<Layer> FrozenLayers { get; }

VB

Public ReadOnly Property FrozenLayers As ObservableCollection(Of Layer)
	Get

C++

public:
property ObservableCollection<Layer^>^ FrozenLayers {
	ObservableCollection<Layer^>^ get ();
}

F#

member FrozenLayers : ObservableCollection<Layer> with get

Property Value

ObservableCollection(Layer)

Remarks

The FrozenLayers list cannot contain null items and layers that belong to different documents. Even if duplicate items should not cause any problems, it is not allowed to have two layers with the same name in the list.

See Also

Reference

Viewport Class
netDxf.Entities Namespace

Clone this wiki locally