Share

DimensionEqualityLabelFormatting.SetFormatOptions Method

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

ExceptionCondition
ArgumentNullException A non-optional argument was null
InvalidOperationException This DimensionEqualityLabelFormatting uses a LabelType which does not support assignment of FormatOptions.

See Also

Reference

Was this information helpful?