This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
ae7b24f2 9883 c035 d029 af2a6a9e3951
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the layer state manager.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public LayerStateManager StateManager { get; }VB
Public ReadOnly Property StateManager As LayerStateManager
GetC++
public:
property LayerStateManager^ StateManager {
LayerStateManager^ get ();
}F#
member StateManager : LayerStateManager with get