Click or drag to resize

DimensionUserText Property

Gets or sets the dimension text explicitly.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public string UserText { get; set; }

Property Value

Type: String
Remarks
Dimension text explicitly entered by the user. Optional; default is the measurement. If null or "<>", the dimension measurement is drawn as the text, if " " (one blank space), the text is suppressed. Anything else is drawn as the text.
See Also