Gets or sets if the layer is frozen.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public bool IsFrozen { get; set; }
Visual Basic (Declaration)
Public Property IsFrozen As Boolean
Visual C++
public:
property bool IsFrozen {
	bool get ();
	void set (bool value);
}

Field Value

True if the layer is forzen, false otherwise

Remarks

Default value is false.

See Also