Share

MText.OverlineOn Property

Description

Accesses the string "O". This function can be used in place of the string constant "O" in order to make your code more understandable. When used in the string that's returned from Text.Contents, the "O" indicates overline on.

Visual Basic

Public static Property OverlineOn() As string

C#

public static string OverlineOn;

Conditions

Read-only

Links

MText Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?