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

910dfac3 f896 4436 20d4 f7d092e0a765

haplokuon edited this page May 6, 2023 · 1 revision

IsFrozen Property

netDxf 3.0.0 Library

Gets or sets if the layer is frozen; otherwise layer is thawed.

Definition

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

C#

public bool IsFrozen { get; set; }

VB

Public Property IsFrozen As Boolean
	Get
	Set

C++

public:
property bool IsFrozen {
	bool get ();
	void set (bool value);
}

F#

member IsFrozen : bool with get, set

Property Value

Boolean

See Also

Reference

Layer Class
netDxf.Tables Namespace

Clone this wiki locally