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


IHatchInputValue.Value Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchInputValue Interface > IHatchInputValue.Value Property
ArcGIS Developer Help

IHatchInputValue.Value Property

The value.

[Visual Basic .NET]
Public Property Value As Object
[C#]
public object Value {get; set;}
[C++]
HRESULT get_Value(
  Variant* pValue
);
[C++]
HRESULT put_Value(
  VARIANT pValue
);
[C++]
Parameters
pValue [out, retval]

pValue is a parameter of type VARIANT* pValue [in]
pValue is a parameter of type VARIANT

Product Availability

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

See Also

IHatchInputValue Interface