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