AnnotationLabelParameterFormatting Class

The annotation label parameter formatting settings for a parameter in an annotation label element.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBAnnotationLabelParameterFormatting

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public class AnnotationLabelParameterFormatting : IDisposable

The AnnotationLabelParameterFormatting type exposes the following members.

Properties
 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyLeadingLineBreak True if a leading line break should be added the leading spaces, prefix and parameter value.
Public propertyLeadingSpaces The number of spaces to add before the parameter value.
Public propertyPrefix The prefix to add before the parameter value.
Public propertySampleText The sample text to show in the label in the family environment.
Public propertySuffix The suffix to add after the parameter value.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the AnnotationLabelParameterFormatting
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetParameterDefinition The definition of the parameter shown in the label.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also