Returns whether the given field exists within the given geoprocessing value object.
[Visual Basic 6.0] Function FieldExists(
ByVal pGPValue As IGPValue, _
ByVal pField As IField _
) As Boolean
[Visual Basic .NET] Public Function FieldExists ( _ ByVal pGPValue As IGPValue, _ ByVal pField As IField _ ) As Boolean
[C#] public bool FieldExists ( IGPValue pGPValue, IField pField );
[Java] public Boolean fieldExists ( IGPValue pGPValue, IField pField ) throws IOException, AutomationException
[C++] HRESULT FieldExists( IGPValue* pGPValue, IField* pField, VARIANT_BOOL* pExists );
Parameters
pGPValue [in]
pGPValue is a parameter of type IGPValue
pField [in]
pField is a parameter of type IField
pExists [out, retval]
pExists is a parameter of type VARIANT_BOOL