Documents Property


Returns a set of documents within Revit.

Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)

Syntax

C#
public virtual DocumentSet Documents { get; }
Visual Basic
Public Overridable ReadOnly Property Documents As DocumentSet
	Get
Visual C++
public:
virtual property DocumentSet^ Documents {
	DocumentSet^ get ();
}

Remarks

This property can be used for the user to find all the document inside Revit.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →