This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITableNameSet Interface > ITableNameSet.Exists Property (ArcObjects .NET 10.4 SDK) |
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,
VARIANT_BOOL* Exists
);
[C++]
Parameters Name [in] Name is a parameter of type BSTR Exists [out, retval] Exists is a parameter of type VARIANT_BOOL