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


IGPFunction2.UpdateParameters Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFunction2 Interface > IGPFunction2.UpdateParameters Method
ArcGIS Developer Help

IGPFunction2.UpdateParameters Method

Pre validates the given set of values.

[Visual Basic .NET]
Public Sub UpdateParameters ( _
    ByVal paramvalues As IArray, _
    ByVal pEnvMgr As IGPEnvironmentManager _
)
[C#]
public void UpdateParameters (
    IArray paramvalues,
    IGPEnvironmentManager pEnvMgr
);
[C++]
HRESULT UpdateParameters(
  IArray* paramvalues,
  IGPEnvironmentManager* pEnvMgr
);
[C++]
Parameters
paramvalues [in]

paramvalues is a parameter of type IArray* pEnvMgr [in]
pEnvMgr is a parameter of type IGPEnvironmentManager*

Product Availability

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

See Also

IGPFunction2 Interface