DimensionEqualityLabelFormatting
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
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class DimensionEqualityLabelFormatting : IDisposableThe DimensionEqualityLabelFormatting type exposes the following members.
Constructors
Name
Description
Public Method
DimensionEqualityLabelFormatting
Constructs a new instance of a DimensionEqualityLabelFormatting object with specified settings.
Properties
Name
Description
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public Property
LabelType
The parameter value to be shown.
Public Property
LeadingSpaces
The number of spaces to include before the parameter value.
Public Property
Prefix
The prefix to include before the parameter value.
Public Property
Suffix
The suffix to include after the parameter value.
Methods
Name
Description
Public Method
Dispose
Releases all resources used by the DimensionEqualityLabelFormatting
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetFormatOptions
Gets the format options used to show the parameter value.
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
IsValidFormatOptions
Checks whether a FormatOptions object is valid for the LabelType.
Public Method
SetFormatOptions
Sets the format options used to show the parameter value.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)