This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPSchema Interface > IGPSchema.PopulateOutputValue Method (ArcObjects .NET 10.4 SDK) |
Populate the value of the output parameter for validate.
[Visual Basic .NET] Public Sub PopulateOutputValue ( _ ByVal baseName As String, _ ByVal param As IGPParameter3, _ ByVal params As IArray, _ ByVal envMgr As IGPEnvironmentManager _ )
[C#] public void PopulateOutputValue ( string baseName, IGPParameter3 param, IArray params, IGPEnvironmentManager envMgr );
[C++]
HRESULT PopulateOutputValue(
BSTR baseName,
IGPParameter3* param,
IArray* params,
IGPEnvironmentManager* envMgr
);
[C++]
Parameters baseName [in] baseName is a parameter of type BSTR param [in]
param is a parameter of type IGPParameter3 params [in]
params is a parameter of type IArray envMgr [in]
envMgr is a parameter of type IGPEnvironmentManager