This document is archived and information here might be outdated.  Recommended version.


ITableViewOutput.SetPosition Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseUI)  

ITableViewOutput.SetPosition Method

Sets the position of the view window.

[Visual Basic .NET]
Public Sub SetPosition ( _
    ByVal left As Integer, _
    ByVal top As Integer, _
    ByVal width As Integer, _
    ByVal height As Integer _
)
[C#]
public void SetPosition (
    int left,
    int top,
    int width,
    int height
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableViewOutput Interface