Skip to content

ACadSharp.Entities.Viewport.DisplayUcsIcon

Albert Domenech edited this page Aug 4, 2024 · 2 revisions

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

Clone this wiki locally