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


IHatchInputValue.QueryValue Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

IHatchInputValue.QueryValue Method

Returns the value.

[Visual Basic .NET]
Public Function QueryValue ( _
    ByVal pFeature As IFeature _
) As Object
[C#]
public object QueryValue (
    IFeature pFeature
);
[C++]
HRESULT QueryValue(
  IFeature* pFeature,
  VARIANT* pValue
);
[C++]

Parameters pFeature [in]
pFeature is a parameter of type IFeature pValue [out, retval] pValue is a parameter of type VARIANT

Product Availability

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

See Also

IHatchInputValue Interface