Changes in 2020 vs 2027 5 missing 4 changed
Flip API Versions →Missing in 2020 (only available in 2027)
Changed members
ViewSheet.Create(Document, ElementId)
| document | Document | The document to which the ViewSheet will be added. |
| titleBlockTypeId | ElementId | The type id of the TitleBlock type which will be used by the new ViewSheet. For no TitleBlock, pass invalid element ID. |
| → returns | ViewSheet | The new ViewSheet. |
ViewSheet.CreatePlaceholder(Document)
| aDoc | Document | The document. |
| → returns | ViewSheet | The placeholder sheet. |
ViewSheet.GetRevisionCloudNumberOnSheet(ElementId)
| revisionCloudId | ElementId | The id of the RevisionCLoud. |
| → returns | nullNothingnullptr→String | Returns the Revision Number as it will appear on this sheet or if there is no Revision Number assigned on this sheet. |
ViewSheet.GetRevisionNumberOnSheet(ElementId)
| revisionId | ElementId | The id of the Revision. |
| → returns | nullNothingnullptr→String | Returns the Revision Number as it will appear on this sheet or if the Revision does not appear on this sheet. |