Revit 2025.3 API
Dimension |
Sets the format options used to show the parameter value.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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