2027 Class
Changes 8
C

NumberingFormattedParameter

Description:
Settings for parameters associated in the numbering formatting.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.NumberingFormattedParameter
public class NumberingFormattedParameter : IDisposable
Name Return Type Description Inherited From
C NumberingFormattedParameter() None Create an empty NumberingFormattedParameter object.
C NumberingFormattedParameter(NumberingFormattedParameter) None Copy the NumberingFormattedParameter.
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the NumberingFormattedParameter
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 GetParameter() NumberingParameter Get the target parameter for formatting.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M SetParameter(NumberingParameter) None Set the target parameter for formatting.
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 Prefix string Prefix corresponding to the included parameter.
P SampleValue string Sample values corresponding to the included parameter.
P Separator string Separators corresponding to the included parameter.
P Suffix string Suffix corresponding to the included parameter.