Numbering
|
Settings for parameters associated in the numbering formatting.
System
Object
Autodesk.Revit.DB NumberingFormattedParameter
Autodesk.Revit.DB NumberingFormattedParameter
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
The NumberingFormattedParameter type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
NumberingFormattedParameter | Create an empty NumberingFormattedParameter object. |
|
|
NumberingFormattedParameter(NumberingFormattedParameter) | Copy the NumberingFormattedParameter. |
| Name | Description | |
|---|---|---|
|
|
IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
|
|
Prefix | Prefix corresponding to the included parameter. |
|
|
SampleValue | Sample values corresponding to the included parameter. |
|
|
Separator | Separators corresponding to the included parameter. |
|
|
Suffix | Suffix corresponding to the included parameter. |
| Name | Description | |
|---|---|---|
|
|
Dispose | Releases all resources used by the NumberingFormattedParameter |
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from Object ) |
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from Object ) |
|
|
GetParameter | Get the target parameter for formatting. |
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from Object ) |
|
|
SetParameter | Set the target parameter for formatting. |
|
|
ToString |
Returns a string that represents the current object.
(Inherited from Object ) |