This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpValueTableObject Interface > IGpValueTableObject.Populate Method (ArcObjects .NET 10.4 SDK) |
Populate a given ValueTable with the values from this one.
[Visual Basic .NET] Public Sub Populate ( _ ByVal pGpValueTable As IGPValueTable _ )
[C#] public void Populate ( IGPValueTable pGpValueTable );
[C++]
HRESULT Populate(
IGPValueTable* pGpValueTable
);
[C++]
Parameters pGpValueTable [in]
pGpValueTable is a parameter of type IGPValueTable