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


IDomain.MemberOf Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDomain Interface > IDomain.MemberOf Method
ArcGIS Developer Help

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
);
[C++]
Parameters
Value [in]

Value is a parameter of type VARIANT

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