Sets an ordered list of the entries to use in the equality formula definition.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public void SetEqualityFormula( IList<DimensionEqualityLabelFormatting> formattingArr )
Parameters
- formattingArr IList<DimensionEqualityLabelFormatting>
- An ordered list of the entries to use in the equality formula definition.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The input equality formula entries are not valid for use in the given DimensionType. |
ArgumentNullException | A non-optional argument was null |