ArcObjects Library Reference (GeoDatabase)  

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,
  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

Product Availability

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

See Also

ITableNameSet Interface