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


IWeightedOverlayFunctionArguments.EvalFrom Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IWeightedOverlayFunctionArguments.EvalFrom Property

.

[Visual Basic .NET]
Public Property EvalFrom As Integer
[C#]
public int EvalFrom {get; set;}
[C++]
HRESULT get_EvalFrom(
  long* pEvalFrom
);
[C++]
HRESULT put_EvalFrom(
  long pEvalFrom
);
[C++]

Parameters pEvalFrom [out, retval] pEvalFrom is a parameter of type long pEvalFrom pEvalFrom is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IWeightedOverlayFunctionArguments Interface