ViewSheetGetRevisionCloudNumberOnSheet Method |
Gets the Revision Number for a RevisionCloud on this sheet.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic string GetRevisionCloudNumberOnSheet(
ElementId revisionCloudId
)
Public Function GetRevisionCloudNumberOnSheet (
revisionCloudId As ElementId
) As String
public:
String^ GetRevisionCloudNumberOnSheet(
ElementId^ revisionCloudId
)
member GetRevisionCloudNumberOnSheet :
revisionCloudId : ElementId -> string
Parameters
- revisionCloudId ElementId
-
The id of the RevisionCLoud.
Return Value
String
Returns the Revision Number as it will appear on this sheet or
if there is no Revision Number assigned on this sheet.
Exceptions
Remarks
Returns if the RevisionCloud or its associated Revision do not appear on this sheet. The Revision Number for
a RevisionCloud will always be the same as the Revision Number of the associated Revision.
See Also