Share

MText.NonBreakSpace Property

Description

Accesses the string "~". This function can be used in place of the string constant "~" in order to make your code more understandable. When used in the string that's returned from MText.Contents, the "~" indicates a nonbreaking space.

Visual Basic

Public static Property NonBreakSpace() As string

C#

public static string NonBreakSpace;

Conditions

Read-only

Links

MText Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?