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


IJSONObject.MemberExists Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IJSONObject.MemberExists Method

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.

See Also

IJSONObject Interface