DimensionEqualityLabelFormatting
Description:
Instances of this class represent individual parameters used to make up a dimension equality formula for continuous linear or angular dimensions.
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
System.Object
Autodesk.Revit.DB.DimensionEqualityLabelFormatting
public class DimensionEqualityLabelFormatting : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| DimensionEqualityLabelFormatting(Int32, String, LabelType, String, FormatOptions) | None | Constructs a new instance of a DimensionEqualityLabelFormatting object with specified settings. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the DimensionEqualityLabelFormatting | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetFormatOptions() | FormatOptions | Gets the format options used to show the parameter value. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| IsValidFormatOptions() | Boolean | Checks whether a FormatOptions object is valid for the LabelType. | |
| SetFormatOptions(FormatOptions) | None | Sets the format options used to show the parameter value. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| LabelType | LabelType | The parameter value to be shown. | |
| LeadingSpaces | int | The number of spaces to include before the parameter value. | |
| Prefix | string | The prefix to include before the parameter value. | |
| Suffix | string | The suffix to include after the parameter value. |