Revit 2026 API
Dimension |
Sets the format options used to show the parameter value.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void SetFormatOptions( FormatOptions formatOptions )
Public Sub SetFormatOptions ( formatOptions As FormatOptions )
public: void SetFormatOptions( FormatOptions^ formatOptions )
member SetFormatOptions : formatOptions : FormatOptions -> unit
Parameters
- formatOptions FormatOptions
- The format options to be set.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
| InvalidOperationException | This DimensionEqualityLabelFormatting uses a LabelType which does not support assignment of FormatOptions. |
See Also