2027 Class
Changes 8
C

AnnotationLabelParameterFormatting

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