This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSAFuzzyFunction Interface > IGPSAFuzzyFunction.SetNear Method (ArcObjects .NET 10.5 SDK) |
Defines a Near fuzzy function.
[Visual Basic .NET] Public Sub SetNear ( _ ByVal midPoint As Double, _ ByVal spread As Double _ )
[C#] public void SetNear ( double midPoint, double spread );
[C++]
HRESULT SetNear(
double midPoint,
double spread
);
[C++]
Parameters midPoint [in] midPoint is a parameter of type double spread [in] spread is a parameter of type double