IRevisionsOnSheetUIServer Interface

IRevisionsOnSheetUIServer Interface

The interface used to provide UI for sheet's Revisions On Sheet property.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public interface IRevisionsOnSheetUIServer : IExternalServer
Public Interface IRevisionsOnSheetUIServer
	Inherits IExternalServer
public interface class IRevisionsOnSheetUIServer : IExternalServer
type IRevisionsOnSheetUIServer = 
    interface
        interface IExternalServer
    end

The IRevisionsOnSheetUIServer type exposes the following members.

Methods
 NameDescription
Public methodGetDescription Implement this method to return a description of the server.
(Inherited from IExternalServer)
Public methodGetName Implement this method to return the name of the server.
(Inherited from IExternalServer)
Public methodGetServerId Implement this method to return the id of the server.
(Inherited from IExternalServer)
Public methodGetServiceId Implement this method to return the id of the service.
(Inherited from IExternalServer)
Public methodGetVendorId Implement this method to return the id of the vendor of the server.
(Inherited from IExternalServer)
Public methodShowDialog Shows dialog on managing RevisionsOnSheetUI.
Top
See Also