AnnotationLabelParameterFormatting
Description:
The annotation label parameter formatting settings for a parameter in an annotation label element.
The annotation label parameter formatting settings for a parameter in an annotation label element.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.AnnotationLabelParameterFormatting
System.Object
Autodesk.Revit.DB.AnnotationLabelParameterFormatting
public class AnnotationLabelParameterFormatting : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the AnnotationLabelParameterFormatting | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetParameterDefinition(Document) | InternalDefinition | The definition of the parameter shown in the label. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| 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. | |
| LeadingLineBreak | bool | True if a leading line break should be added the leading spaces, prefix and parameter value. | |
| LeadingSpaces | int | The number of spaces to add before the parameter value. | |
| Prefix | string | The prefix to add before the parameter value. | |
| SampleText | string | The sample text to show in the label in the family environment. | |
| Suffix | string | The suffix to add after the parameter value. |