This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPDomain Interface > IGPDomain.MemberOf Method (ArcObjects .NET 10.4 SDK) |
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