ArcObjects Library Reference (Carto)  

IParameterInfo.Value Property

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

Product Availability

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

See Also

IParameterInfo Interface