ArcObjects Library Reference (GeoDatabase)  

IDomain.MemberOf Method

Indicates whether the value is a valid member of the domain.

[Visual Basic .NET]
Public Function MemberOf ( _
    ByVal Value As Object _
) As Boolean
[C#]
public bool MemberOf (
    object Value
);
[C++]
HRESULT MemberOf(
  VARIANT Value,
  VARIANT_BOOL* isMember
);
[C++]

Parameters

Value [in]   Value is a parameter of type VARIANT isMember [out, retval]   isMember is a parameter of type VARIANT_BOOL

Product Availability

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

Description

The MemberOf method returns true if the specified value is a member of the domain and false otherwise.

See Also

IDomain Interface