ACadSharp.Entities.Viewport.UcsPerViewport - DomCR/ACadSharp GitHub Wiki
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#
DxfCodeValueAttribute
public Boolean UcsPerViewport { get; set; }
Property Value
Boolean