Share

ValueParsingOptions Class

Options for parsing strings into numbers with units.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.ValueParsingOptions


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public class ValueParsingOptions : IDisposable

The ValueParsingOptions type exposes the following members.

Constructors

 NameDescription
Public methodValueParsingOptions Creates a new ValueParsingOptions object with default settings.

Properties

 NameDescription
Public propertyAllowedValues The allowable range of values to be parsed.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.

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)

See Also

Reference

Was this information helpful?