Numbering
|
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)
public static IList<NumberedReferenceInfo> GetNumberingInfoForReferences(
Document document,
IList<Reference> references
)
Parameters
Return Value
IList NumberedReferenceInfo| Exception | Condition |
|---|---|
| ArgumentException | Can't access the number while an async operation is running. |
| ArgumentNullException | A non-optional argument was null |