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


IGPSAFuzzyFunction.SetMSLarge 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.SetMSLarge Method
ArcGIS Developer Help

IGPSAFuzzyFunction.SetMSLarge Method

Defines a MSLarge fuzzy function.

[Visual Basic .NET]
Public Sub SetMSLarge ( _
    ByVal nMeans As Integer, _
    ByVal nSTDVs As Integer _
)
[C#]
public void SetMSLarge (
    int nMeans,
    int nSTDVs
);
[C++]
HRESULT SetMSLarge(
  long nMeans,
  long nSTDVs
);
[C++]
Parameters
nMeans [in]

nMeans is a parameter of type long nSTDVs [in]
nSTDVs is a parameter of type long

Product Availability

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

See Also

IGPSAFuzzyFunction Interface