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


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

ITableViewInfo.PutPosition Method

Table window position.

[Visual Basic .NET]
Public Sub PutPosition ( _
    ByVal x1 As Integer, _
    ByVal y1 As Integer, _
    ByVal x2 As Integer, _
    ByVal y2 As Integer _
)
[C#]
public void PutPosition (
    int x1,
    int y1,
    int x2,
    int y2
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableViewInfo Interface