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


IMdList.GetValues Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IMdList.GetValues Method

The values.

[Visual Basic .NET]
Public Sub GetValues ( _
    ByVal bClone As Boolean, _
    ByRef ppValues As IArray, _
    ByRef ppFlags As ILongArray _
)
[C#]
public void GetValues (
    bool bClone,
    ref IArray ppValues,
    ref ILongArray ppFlags
);
[C++]
HRESULT GetValues(
  VARIANT_BOOL bClone,
  IArray** ppValues,
  ILongArray** ppFlags
);
[C++]

Parameters bClone [in] bClone is a parameter of type VARIANT_BOOL ppValues [out]
ppValues is a parameter of type IArray ppFlags [out]
ppFlags is a parameter of type ILongArray

Product Availability

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

See Also

IMdList Interface