Skip to content

ACadSharp.Entities.Dimension.Text

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

Text Property

Gets or sets an explicit dimension text to be displayed instead of the standard dimension text created from the measurement in the format specified by the dimension-style properties.

Remarks

If null or empty, the dimension created from the measurement is to be displayed. If " " (one blank space), the text is to be suppressed. Anything else is drawn as the text.

Definition

Namespace: ACadSharp.Entities.Dimension

C#

DxfCodeValueAttribute
public String Text { get; set; }

Property Value

String

Clone this wiki locally