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


IHatchInputValue.QueryValue Method (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.QueryValue Method
ArcGIS Developer Help

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
);
[C++]
Parameters
pFeature [in]

pFeature is a parameter of type IFeature*

Product Availability

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

See Also

IHatchInputValue Interface