Skip to content

ACadSharp.Entities.Viewport.UcsPerViewport

Albert Domenech edited this page Jul 14, 2024 · 2 revisions

UcsPerViewport Property

UCS per viewport flag

Remarks

        0 = The UCS will not change when this viewport becomes active.
        1 = This viewport stores its own UCS which will become the current UCS whenever the viewport is activated

Definition

Namespace: ACadSharp.Entities.Viewport

C#

public Boolean UcsPerViewport { get; set; }

Property Value

Boolean

Clone this wiki locally