Provides access to members of a Geoprocessing Domain.
When To Use
The IGPDomain interface provides access to the GPDomain object which is used as a filter to determine, if a given value is a valid input to a given tool parameter. For example, the domain for a simple value object of type integer can limit the integer to a range of 1 to 100. Another example for simple values is a domain of type GPCodedValueDomain.
There is a different domain class for every type of validation. For example, in order for a tool input parameter to only accept shapefiles, a domain class must be written to only accept shapefiles.
Members
Name | Description | |
---|---|---|
MemberOf | Indicates if the value object is a member of the geoprocessing domain type. |
IGPDomain.MemberOf Method
Indicates if the value object is a member of the geoprocessing domain type.
Public Function MemberOf ( _
ByVal Value As IGPValue _
) As IGPMessage
public IGPMessage MemberOf (
IGPValue Value
);
Classes that implement IGPDomain
Classes | Description |
---|