Returns a set of documents within Revit.
Namespace: Autodesk.Revit.ApplicationServicesAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public virtual DocumentSet Documents { get; }Property Value
DocumentSet
Remarks
This property can be used for the user to find all the document inside Revit.
See Also
Reference