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


IGpValueTableObject.Populate Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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