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

a7e22720 e633 8adf fec0 ca79214f4f2a

haplokuon edited this page May 6, 2023 · 1 revision

Options Property

netDxf 3.0.0 Library

Gets or sets the restoring options when updating the layer state from the layers list and vice versa.

Definition

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

C#

public LayerPropertiesRestoreFlags Options { get; set; }

VB

Public Property Options As LayerPropertiesRestoreFlags
	Get
	Set

C++

public:
property LayerPropertiesRestoreFlags Options {
	LayerPropertiesRestoreFlags get ();
	void set (LayerPropertiesRestoreFlags value);
}

F#

member Options : LayerPropertiesRestoreFlags with get, set

Property Value

LayerPropertiesRestoreFlags

See Also

Reference

LayerStateManager Class
netDxf.Collections Namespace

Clone this wiki locally