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

ae7b24f2 9883 c035 d029 af2a6a9e3951

haplokuon edited this page May 6, 2023 · 1 revision

StateManager Property

netDxf 3.0.0 Library

Gets the layer state manager.

Definition

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

C#

public LayerStateManager StateManager { get; }

VB

Public ReadOnly Property StateManager As LayerStateManager
	Get

C++

public:
property LayerStateManager^ StateManager {
	LayerStateManager^ get ();
}

F#

member StateManager : LayerStateManager with get

Property Value

LayerStateManager

See Also

Reference

Layers Class
netDxf.Collections Namespace

Clone this wiki locally