<Code Lib>
2024 Class
Changes 0
C

FormatValueOptions

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

public class FormatValueOptions : IDisposable

Name Return Type Description
C FormatValueOptions() FormatValueOptions Creates a new FormatValueOptions 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 AppendUnitSymbol bool Indicates if a unit symbol should be appended regardless of the settings in the FormatOptions.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.

Loading…