Share

Autodesk.AutoCAD.DatabaseServices.ParseOption Enumeration

Description

This .NET class wraps the AcValue::ParseOption ObjectARX enum.

This enumeration describes the parsing options for the value.

Visual Basic

Public Enum ParseOption
  ParseOptionNone
  SetDefaultFormat
  PreserveMtextFormat
End Enum

C#

public enum ParseOption {
  ParseOptionNone,
  SetDefaultFormat,
  PreserveMtextFormat
}

Members

Members Description
ParseOptionNone Use default parsing.
SetDefaultFormat Assign default format based on the data type of the parsed value.
PreserveMtextFormat Preserve MText format in the current format string if the text to be parsed does not have MText format. If the text has MText format then it will override the MText format in the current format string.

Was this information helpful?