2021 Class
Changes 0
C

DimensionEqualityLabelFormatting

Description:
Instances of this class represent individual parameters used to make up a dimension equality formula for continuous linear or angular dimensions.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.DimensionEqualityLabelFormatting
public class DimensionEqualityLabelFormatting : IDisposable
Name Return Type Description
C DimensionEqualityLabelFormatting(Int32, String, LabelType, String, FormatOptions) None Constructs a new instance of a DimensionEqualityLabelFormatting object with specified settings.
Name Return Type Description
M Dispose() None Releases all resources used by the
M GetFormatOptions() FormatOptions Gets the format options used to show the parameter value.
M IsValidFormatOptions() bool Checks whether a FormatOptions object is valid for the LabelType.
M SetFormatOptions(FormatOptions) None Sets the format options used to show the parameter value.
Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P LabelType LabelType The parameter value to be shown.
P LeadingSpaces int The number of spaces to include before the parameter value.
P Prefix string The prefix to include before the parameter value.
P Suffix string The suffix to include after the parameter value.