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


ITableViewInfo.QueryPosition 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.QueryPosition Method
ArcGIS Developer Help

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