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


IGPDomain.MemberOf Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPDomain.MemberOf Method

Indicates if the value object is a member of the geoprocessing domain type.

[Visual Basic .NET]
Public Function MemberOf ( _
    ByVal Value As IGPValue _
) As IGPMessage
[C#]
public IGPMessage MemberOf (
    IGPValue Value
);
[C++]
HRESULT MemberOf(
  IGPValue* Value,
  IGPMessage** Message
);
[C++]

Parameters Value [in]
Value is a parameter of type IGPValue Message [out, retval]
Message is a parameter of type IGPMessage

Product Availability

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

See Also

IGPDomain Interface