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; }
Public Property UserText As String
Get
Set
public:
property String^ UserText {
String^ get ();
void set (String^ value);
}
member UserText : string with get, set
PROPERTY UserText AS STRING GET SET
Property Value
Type:
StringRemarks
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