DimensionEqualityLabelFormatting.GetFormatOptions Method

DimensionEqualityLabelFormattingGetFormatOptions Method

Gets 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 FormatOptions GetFormatOptions()
Public Function GetFormatOptions As FormatOptions
public:
FormatOptions^ GetFormatOptions()
member GetFormatOptions : unit -> FormatOptions 

Return Value

FormatOptions
A copy of the format options.
See Also