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