This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
3b345af8 cf09 3f1a 506c f0e77fae0934
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of layers that are frozen in this viewport.
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
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.