ArcObjects Library Reference (Geoprocessing)  

IMdList.SetValues Method

The values.

[Visual Basic .NET]
Public Sub SetValues ( _
    ByVal pValues As IArray, _
    ByVal pFlags As ILongArray _
)
[C#]
public void SetValues (
    IArray pValues,
    ILongArray pFlags
);
[C++]
HRESULT SetValues(
  IArray* pValues,
  ILongArray* pFlags
);
[C++]

Parameters

pValues [in]

  pValues is a parameter of type IArray

pFlags [in]

  pFlags is a parameter of type ILongArray

Product Availability

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

See Also

IMdList Interface