<Code Lib>
2026 Method
Changes 5
M

ViewSheet.GetRevisionNumberOnSheet

Description:
Gets the Revision Number for a particular Revision as it will appear on this sheet.
Remarks:
Returns null if the Revision does not appear on this sheet.

public string GetRevisionNumberOnSheet(
	ElementId revisionId
)

  • revisionId
    The id of the Revision.
Return Value String Returns the Revision Number as it will appear on this sheet or if the Revision does not appear on this sheet.

Loading…