This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdList Interface > IMdList.Value Property (ArcObjects .NET 10.4 SDK) |
The value at the specifed index.
[Visual Basic .NET] Public Function get_Value ( _ ByVal Index As Integer _ ) As IGPValue
[Visual Basic .NET] Public Sub set_Value ( _ ByVal Index As Integer, _ ByVal ppValue As IGPValue _ )
[C#] public IGPValue get_Value ( int Index );
[C#] public void set_Value ( int Index, IGPValue ppValue );
[C++]
HRESULT get_Value(
long Index,
IGPValue** ppValue
);
[C++]
HRESULT putref_Value(
long Index,
IGPValue* ppValue
);
[C++]
Parameters Index [in] Index is a parameter of type long ppValue [out, retval]
ppValue is a parameter of type IGPValue Index [in] Index is a parameter of type long ppValue [in]
ppValue is a parameter of type IGPValue