This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdList Interface > IMdList.GetValues Method (ArcObjects .NET 10.5 SDK) |
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