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