Returns the RevisionSettings for the given project document.
Namespace: Autodesk.Revit.DBAssembly: 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
RevisionSettings
The RevisionSettings for the document.
Exceptions
See Also
Reference