ACadSharp.Entities.Viewport.DisplayUcsIcon - DomCR/ACadSharp GitHub Wiki
DisplayUcsIcon Property
Display UCS icon at UCS origin flag
Remarks
Controls whether UCS icon represents viewport UCS or current UCS(these will be different if UCSVP is 1 and viewport is not active). However, this field is currently being ignored and the icon always represents the viewport UCS
Definition
Namespace: ACadSharp.Entities.Viewport
C#
DxfCodeValueAttribute
public Boolean DisplayUcsIcon { get; set; }
Property Value
Boolean