Share

ValueParsingOptions.GetFormatOptions Method

Gets the FormatOptions to optionally override the default settings in the Units class.


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

Syntax

C#

public FormatOptions GetFormatOptions()

Return Value

FormatOptions
A copy of the FormatOptions.

Remarks

By default, the FormatOptions represents default formatting (UseDefault is true) and the FormatOptions in the Units class will be used.

See Also

Reference

Was this information helpful?