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


ITableNameSet.Exists Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITableNameSet Interface > ITableNameSet.Exists Property
ArcGIS Developer Help

ITableNameSet.Exists Property

Does the set contain this table.

[Visual Basic .NET]
Public Function get_Exists ( _
    ByVal Name As String _
) As Boolean
[C#]
public bool get_Exists (
    string Name
);
[C++]
HRESULT get_Exists(
  BSTR Name,
  Boolean* Exists
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR Exists [out, retval]
Exists is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITableNameSet Interface