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


IGPFunction2.UpdateParameters Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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