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 > ITableViewOutput Interface > ITableViewOutput.SetPosition Method (ArcObjects .NET 10.5 SDK) |
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 );