ACadSharp.Entities.Dimension.Text - DomCR/ACadSharp GitHub Wiki

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