FormatValueOptions
Description:
Options for formatting numbers with units into strings.
Options for formatting numbers with units into strings.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.FormatValueOptions
System.Object
Autodesk.Revit.DB.FormatValueOptions
public class FormatValueOptions : IDisposable
| Name | Return Type | Description |
|---|---|---|
| FormatValueOptions() | None | Creates a new FormatValueOptions 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 |
|---|---|---|
| AppendUnitSymbol | bool | Indicates if a unit symbol should be appended regardless of the settings in the FormatOptions. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |