Returns the RevisionSettings for the given project document.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static RevisionSettings GetRevisionSettings( Document ccda )
Parameters
- ccda Document
- The document to get the RevisionSettings from.
Return Value
RevisionSettingsThe RevisionSettings for the document.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | ccda is not a project document. |
| ArgumentNullException | A non-optional argument was null |
