NumberingSchemaGetNumberingInfoForReferences Method |
Get all the ElementInfos from a given document related to a set of references.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic static IList<NumberedReferenceInfo> GetNumberingInfoForReferences(
Document document,
IList<Reference> references
)
Public Shared Function GetNumberingInfoForReferences (
document As Document,
references As IList(Of Reference)
) As IList(Of NumberedReferenceInfo)
public:
static IList<NumberedReferenceInfo^>^ GetNumberingInfoForReferences(
Document^ document,
IList<Reference^>^ references
)
static member GetNumberingInfoForReferences :
document : Document *
references : IList<Reference> -> IList<NumberedReferenceInfo> Parameters
- document Document
-
- references IListReference
-
References that represent the target elements.
Return Value
IListNumberedReferenceInfo
Exceptions
See Also