Checks if a member with the given name exists.
[Visual Basic .NET] Public Function MemberExists ( _ ByVal Name As String _ ) As Boolean
[C#] public bool MemberExists ( string Name );
[C++]
HRESULT MemberExists(
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.