ValueParsingOptions
Description:
Options for parsing strings into numbers with units.
Options for parsing strings into numbers with units.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ValueParsingOptions
System.Object
Autodesk.Revit.DB.ValueParsingOptions
public class ValueParsingOptions : IDisposable
| Name | Return Type | Description |
|---|---|---|
| ValueParsingOptions() | None | Creates a new ValueParsingOptions object with default settings. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetFormatOptions() | FormatOptions | Gets the FormatOptions to optionally override the default settings in the Units class. |
| SetFormatOptions(FormatOptions) | None | Sets the FormatOptions to optionally override the default settings in the Units class. |
| Name | Return Type | Description |
|---|---|---|
| AllowedValues | AllowedValues | The allowable range of values to be parsed. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |