Gets the Revision Number for a particular Revision as it will appear on this sheet.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public string GetRevisionNumberOnSheet(
ElementId revisionId
)
Parameters
- revisionId ElementId
-
The id of the Revision.
Return Value
String
Returns the Revision Number as it will appear on this sheet or
null if the Revision does not appear on this sheet.
Exceptions
Remarks
Returns
null if the Revision does not appear on this sheet.
See Also
Reference