NumberedReferenceInfo
Description:
Numbering info for a reference.
Numbering info for a reference.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.NumberedReferenceInfo
System.Object
Autodesk.Revit.DB.NumberedReferenceInfo
public class NumberedReferenceInfo : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| NumberedReferenceInfo(NumberedReferenceInfo) | None | Creates a copy of the NumberedReferenceInfo. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the NumberedReferenceInfo | |
| 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 |
| GetReference() | Reference | The target reference for this object. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| FormattedNumber | string | The formated number associated with this reference. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| NumberingParameterId | ElementId | The parameter id associated with this reference that is used for numbering. | |
| NumberingSchemaId | ElementId | The numbering schema associated with this reference. | |
| NumberingSchemaName | string | The name of the numbering schema associated with this reference. | |
| PartitionName | string | The partition associated with this reference. | |
| Value | int | The integer representation of number associated with this reference. |