IRevisionsOnSheetUIServer
Description:
The interface used to provide UI for sheet's Revisions On Sheet property.
The interface used to provide UI for sheet's Revisions On Sheet property.
[ObsoleteAttribute("This is deprecated in Revit 2027 and may be removed in a future version of Revit.")]
public interface IRevisionsOnSheetUIServer : IExternalServer
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| GetDescription() | String | Implement this method to return a description of the server. (Inherited from IExternalServer ) | IExternalServer |
| GetName() | String | Implement this method to return the name of the server. (Inherited from IExternalServer ) | IExternalServer |
| GetServerId() | Guid | Implement this method to return the id of the server. (Inherited from IExternalServer ) | IExternalServer |
| GetServiceId() | ExternalServiceId | Implement this method to return the id of the service. (Inherited from IExternalServer ) | IExternalServer |
| GetVendorId() | String | Implement this method to return the id of the vendor of the server. (Inherited from IExternalServer ) | IExternalServer |
| ShowDialog(RevisionsOnSheetUIServiceData) | Boolean | Obsolete. Shows dialog on managing RevisionsOnSheetUI. |