This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IParameterInfo Interface > IParameterInfo.Value Property (ArcObjects .NET 10.4 SDK) |
Gets parameter value.
[Visual Basic .NET] Public Function get_Value ( _ ByVal indexParam As Integer _ ) As IGPValue
[Visual Basic .NET] Public Sub set_Value ( _ ByVal indexParam As Integer, _ ByVal ppGPValue As IGPValue _ )
[C#] public IGPValue get_Value ( int indexParam );
[C#] public void set_Value ( int indexParam, IGPValue ppGPValue );
[C++]
HRESULT get_Value(
long indexParam,
IGPValue** ppGPValue
);
[C++]
HRESULT put_Value(
long indexParam,
IGPValue* ppGPValue
);
[C++]
Parameters indexParam [in] indexParam is a parameter of type long ppGPValue [out, retval]
ppGPValue is a parameter of type IGPValue indexParam [in] indexParam is a parameter of type long ppGPValue [in]
ppGPValue is a parameter of type IGPValue