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