Returns the field object with the specified name in the given geoprocessing value object.
[Visual Basic 6.0] Function FindField(
ByVal pGPValue As IGPValue, _
ByVal Name As String _
) As IField
[Visual Basic .NET] Public Function FindField ( _ ByVal pGPValue As IGPValue, _ ByVal Name As String _ ) As IField
[C#] public IField FindField ( IGPValue pGPValue, string Name );
[Java] public IField findField ( IGPValue pGPValue, String Name ) throws IOException, AutomationException
[C++] HRESULT FindField( IGPValue* pGPValue, BSTR Name, IField** ppField );
Parameters
pGPValue [in]
pGPValue is a parameter of type IGPValue
Name [in]
Name is a parameter of type BSTR
ppField [out, retval]
ppField is a parameter of type IField
The FindField method returns the field object of the specified name in the given geoprocessing value object.