Share

Revision.Create Method

Creates a new Revision in the project.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public static Revision Create(
	Document document
)

Parameters

document  Document
The document of the new Revision.

Return Value

Revision
The newly created Revision.

Exceptions

ExceptionCondition
ArgumentException document is not a project document.
ArgumentNullException A non-optional argument was null

Remarks

The new Revision will be added at the end of the sequence of existing Revisions.

See Also

Reference

Was this information helpful?