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


ITableViewOutput.SetPosition Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IT > ITableViewOutput Interface > ITableViewOutput.SetPosition Method
ArcGIS Developer Help

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