This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchInputValue Interface > IHatchInputValue.QueryValue Method (ArcObjects .NET 10.5 SDK) |
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