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


IGPSAFuzzyFunction.SetLarge Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSAFuzzyFunction Interface > IGPSAFuzzyFunction.SetLarge Method
ArcGIS Developer Help

IGPSAFuzzyFunction.SetLarge Method

Defines a Large fuzzy function.

[Visual Basic .NET]
Public Sub SetLarge ( _
    ByVal midPoint As Double, _
    ByVal spread As Double _
)
[C#]
public void SetLarge (
    double midPoint,
    double spread
);
[C++]
HRESULT SetLarge(
  double midPoint,
  double spread
);
[C++]
Parameters
midPoint [in]

midPoint is a parameter of type double spread [in]
spread is a parameter of type double

Product Availability

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

See Also

IGPSAFuzzyFunction Interface