NumberedReferenceInfo Class

Numbering info for a reference.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBNumberedReferenceInfo

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public class NumberedReferenceInfo : IDisposable

The NumberedReferenceInfo type exposes the following members.

Constructors
 NameDescription
Public methodNumberedReferenceInfo Creates a copy of the NumberedReferenceInfo.
Top
Properties
 NameDescription
Public propertyFormattedNumber The formated number associated with this reference.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyNumberingParameterId The parameter id associated with this reference that is used for numbering.
Public propertyNumberingSchemaId The numbering schema associated with this reference.
Public propertyNumberingSchemaName The name of the numbering schema associated with this reference.
Public propertyPartitionName The partition associated with this reference.
Public propertyValue The integer representation of number associated with this reference.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the NumberedReferenceInfo
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetReference The target reference for this object.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also