ArcObjects Library Reference (GeoDatabaseUI)  

ITableViewInfo.QueryPosition Method

Query table window position.

[Visual Basic .NET]
Public Sub QueryPosition ( _
    ByRef pX1 As Integer, _
    ByRef pY1 As Integer, _
    ByRef pX2 As Integer, _
    ByRef pY2 As Integer _
)
[C#]
public void QueryPosition (
    ref int pX1,
    ref int pY1,
    ref int pX2,
    ref int pY2
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableViewInfo Interface