IServerDocumentView interface
Overview
The IServerDocumentView represents either the document view or one of the associated panel views in Altium Designer. This interface is inherited from the IServerView interface.
The IServerDocument interface contains IServerDocumentView interfaces, that is, a design document open in Altium Designer contains links to a document view and at least one panel view.
The hierarchy is as follows;
IExternalForm
IServerView interface
IServerDocumentView interface
IExternalForm | IExternalForm |
IServerView | IServerView |
IServerDocumentView Methods and Properties Table
IServerDocumentView | IServerDocumentView |
See also
IClient interface
IServerModule interface
IServerDocument interface
IServerView interface
IExternalForm interface
IServerDocumentView GetState and SetState Methods
GetOwnerDocument method
(IServerDocumentView interface)
Syntax
Function GetOwnerDocument : IServerDocument;
Description
The OwnerDocument property returns the IServerDocument interface that the IServerDocumentView itnerface is associated with. An IServerDocument container stores IServerDocumentView interfaces which represent a document or panel view.
This read only property is supported by the GetOwnerDocument method.
Example
See also
IClient interface
IServerDocumentView interface
IServerDocumentView Methods
PerformAutoZoom method
(IServerDocumentView interface)
Syntax
Procedure PerformAutoZoom;
Description
This procedure forces a refresh or repaint of the document / panel view.
Example
See also
IClient interface
IServerDocumentView interface
UpdateStatusBar method
(IServerDocumentView interface)
Syntax
Procedure UpdateStatusBar;
Description
This procedure forces an update of the status bar when a string is submitted to the status bar.
Example
See also
IClient interface
IServerDocumentView interface
IServerDocumentView Properties
OwnerDocument property
(IServerDocumentView interface)
Syntax
Property OwnerDocument : IServerDocument Read GetOwnerDocument;
Description
This property returns the IServerDocument interface that the IServerDocumentView interface is associated with. An IServerDocument container stores IServerDocumentView interfaces which represent a document or panel view.
This read only property is supported by the GetOwnerDocument method.
Example
See also
IClient interface
IExternalForm interface