Gets the Revision Number for a particular Revision as it will appear on this sheet.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2015
Syntax
C# |
---|
public string GetRevisionNumberOnSheet(
ElementId revisionId
) |
Visual Basic |
---|
Public Function GetRevisionNumberOnSheet ( _
revisionId As ElementId _
) As String |
Visual C++ |
---|
public:
String^ GetRevisionNumberOnSheet(
ElementId^ revisionId
) |
Return Value
Returns the Revision Number as it will appear on this sheet or
nullNothingnullptra null reference (Nothing in Visual Basic) if the Revision does not appear on this sheet.
Remarks
Exceptions
See Also