NumberingSchemaGetNumberingInfoForReferences Method

Get all the ElementInfos from a given document related to a set of references.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public static IList<NumberedReferenceInfo> GetNumberingInfoForReferences(
	Document document,
	IList<Reference> references
)

Parameters

document  Document
 
references  IListReference
References that represent the target elements.

Return Value

IListNumberedReferenceInfo
Exceptions
ExceptionCondition
ArgumentException Can't access the number while an async operation is running.
ArgumentNullException A non-optional argument was null
See Also