Creates a new Revision in the project.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static Revision Create(
Document document
)
Public Shared Function Create (
document As Document
) As Revision
public:
static Revision^ Create(
Document^ document
)
static member Create :
document : Document -> Revision
Parameters
- document Document
-
The document of the new Revision.
Return Value
Revision
The newly created Revision.
Exceptions
Remarks
The new Revision will be added at the end of the sequence of existing Revisions.
See Also