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


IIdentifyDialog2.AddTableIdentifyOID Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CartoUI)  

IIdentifyDialog2.AddTableIdentifyOID Method

Add table and show row of the given OID.

[Visual Basic .NET]
Public Sub AddTableIdentifyOID ( _
    ByVal pSTable As ITable, _
    ByVal pNewOIDCopyTable As ITable, _
    ByVal oid As Integer _
)
[C#]
public void AddTableIdentifyOID (
    ITable pSTable,
    ITable pNewOIDCopyTable,
    int oid
);

Product Availability

Available with ArcGIS Desktop.

See Also

IIdentifyDialog2 Interface