ViewSheet.GetRevisionCloudNumberOnSheet
Method
Description:
Gets the Revision Number for a RevisionCloud on this sheet.
Gets the Revision Number for a RevisionCloud on this sheet.
Remarks:
Returns null 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.
Returns null 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.
Parameters
Parameter | Type | Description |
---|---|---|
revisionCloudId | ElementId | The id of the RevisionCLoud. |
Return Value
Type | Description |
---|---|
String | Returns the Revision Number as it will appear on this sheet or if there is no Revision Number assigned on this sheet. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | revisionCloudId is not the Id of a RevisionCloud. |
ArgumentNullException | A non-optional argument was null |