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


IGPQueryPropertyPage.AddDETable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IG > IGPQueryPropertyPage Interface > IGPQueryPropertyPage.AddDETable Method
ArcGIS Developer Help

IGPQueryPropertyPage.AddDETable Method

The insert DETable and its corresponding table.

[Visual Basic .NET]
Public Sub AddDETable ( _
    ByVal pDETable As IDETable, _
    ByVal pTable As ITable _
)
[C#]
public void AddDETable (
    IDETable pDETable,
    ITable pTable
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGPQueryPropertyPage Interface