ValueParsingOptions Class

Options for parsing strings into numbers with units.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBValueParsingOptions

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class ValueParsingOptions : IDisposable

The ValueParsingOptions type exposes the following members.

Constructors
 NameDescription
Public methodValueParsingOptions Creates a new ValueParsingOptions object with default settings.
Top
Properties
 NameDescription
Public propertyAllowedValues The allowable range of values to be parsed.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the ValueParsingOptions
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetFormatOptions Gets the FormatOptions to optionally override the default settings in the Units class.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodSetFormatOptions Sets the FormatOptions to optionally override the default settings in the Units class.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also