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


IMdList.GetValues Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdList Interface > IMdList.GetValues Method
ArcGIS Developer Help

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 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