<Code Lib>
2027 Class
Changes 8
C

NumberedReferenceInfo

Description:
Numbering info for a reference.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.NumberedReferenceInfo

public class NumberedReferenceInfo : IDisposable

Name Return Type Description Inherited From
C NumberedReferenceInfo(NumberedReferenceInfo) NumberedReferenceInfo Creates a copy of the NumberedReferenceInfo.

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the NumberedReferenceInfo
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 GetReference() Reference The target reference for this object.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object

Name Return Type Description Inherited From
P FormattedNumber string The formated number associated with this reference.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P NumberingParameterId ElementId The parameter id associated with this reference that is used for numbering.
P NumberingSchemaId ElementId The numbering schema associated with this reference.
P NumberingSchemaName string The name of the numbering schema associated with this reference.
P PartitionName string The partition associated with this reference.
P Value int The integer representation of number associated with this reference.

Loading…