This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > ICollectionTableVersionChanges Interface > ICollectionTableVersionChanges.Add Method (ArcObjects .NET 10.5 SDK) |
Tables whose version has been changed.
[Visual Basic .NET] Public Sub Add ( _ ByVal oldTable As ITable, _ ByVal newTable As ITable _ )
[C#] public void Add ( ITable oldTable, ITable newTable );
[C++]
HRESULT Add(
ITable* oldTable,
ITable* newTable
);
[C++]
Parameters oldTable [in]
oldTable is a parameter of type ITable newTable [in]
newTable is a parameter of type ITable