This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IT > ITableViewInfo Interface > ITableViewInfo.PutPosition Method (ArcObjects .NET 10.5 SDK) |
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 );