Sets the format options used to show the parameter value.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public void SetFormatOptions( FormatOptions formatOptions )
Parameters
- formatOptions FormatOptions
- The format options to be set.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
InvalidOperationException | This DimensionEqualityLabelFormatting uses a LabelType which does not support assignment of FormatOptions. |