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


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

IGpValueTableObject.Populate Method

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*

Product Availability

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

See Also

IGpValueTableObject Interface