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


IParameter.Value Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IParameter Interface > IParameter.Value Property
ArcGIS Developer Help

IParameter.Value Property

The numerical value of a projection parameter.

[Visual Basic .NET]
Public Property Value As Double
[C#]
public double Value {get; set;}
[C++]
HRESULT get_Value(
  double Value
);
[C++]
HRESULT put_Value(
  System.Double* Value
);
[C++]
Parameters
Value [in]

Value is a parameter of type double Value [out, retval]
Value is a parameter of type double*

Product Availability

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

Description

Retrieves the value of a particular parameter.

See Also

IParameter Interface