2027 Interface
Changes 8
I

IRevisionsOnSheetUIServer

Description:
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
M GetDescription() String Implement this method to return a description of the server. (Inherited from IExternalServer ) IExternalServer
M GetName() String Implement this method to return the name of the server. (Inherited from IExternalServer ) IExternalServer
M GetServerId() Guid Implement this method to return the id of the server. (Inherited from IExternalServer ) IExternalServer
M GetServiceId() ExternalServiceId Implement this method to return the id of the service. (Inherited from IExternalServer ) IExternalServer
M GetVendorId() String Implement this method to return the id of the vendor of the server. (Inherited from IExternalServer ) IExternalServer
M ShowDialog(RevisionsOnSheetUIServiceData) Boolean Obsolete. Shows dialog on managing RevisionsOnSheetUI.