<Code Lib>
2023 Class
Changes 0
C

ValueParsingOptions

Description:
Options for parsing strings into numbers with units.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ValueParsingOptions

public class ValueParsingOptions : IDisposable

Name Return Type Description
C ValueParsingOptions() ValueParsingOptions Creates a new ValueParsingOptions object with default settings.

Name Return Type Description
M Dispose() None Releases all resources used by the
M GetFormatOptions() FormatOptions Gets the FormatOptions to optionally override the default settings in the Units class.
M SetFormatOptions(FormatOptions) None Sets the FormatOptions to optionally override the default settings in the Units class.

Name Return Type Description
P AllowedValues AllowedValues The allowable range of values to be parsed.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.

Loading…