Gets the Revision Number for a RevisionCloud on this sheet.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public string GetRevisionCloudNumberOnSheet( ElementId revisionCloudId )
Parameters
- revisionCloudId ElementId
- The id of the RevisionCLoud.
Return Value
StringReturns the Revision Number as it will appear on this sheet or null if there is no Revision Number assigned on this sheet.
Exceptions
Exception | Condition |
---|---|
ArgumentException | revisionCloudId is not the Id of a RevisionCloud. |
ArgumentNullException | A non-optional argument was null |