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


IGPSATransformationFunction.SetMSLarge Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IGPSATransformationFunction.SetMSLarge Method

Defines a MSLarge transformation function.

[Visual Basic .NET]
Public Sub SetMSLarge ( _
    ByVal nMeans As Object, _
    ByVal nSTDVs As Object, _
    ByVal lowerThreshold As Object, _
    ByVal valueBelowThreshold As Object, _
    ByVal upperThreshold As Object, _
    ByVal valueAboveThreshold As Object, _
    ByRef ppGPMessage As IGPMessage _
)
[C#]
public void SetMSLarge (
    object nMeans,
    object nSTDVs,
    object lowerThreshold,
    object valueBelowThreshold,
    object upperThreshold,
    object valueAboveThreshold,
    ref IGPMessage ppGPMessage
);
[C++]
HRESULT SetMSLarge(
  VARIANT nMeans,
  VARIANT nSTDVs,
  VARIANT lowerThreshold,
  VARIANT valueBelowThreshold,
  VARIANT upperThreshold,
  VARIANT valueAboveThreshold,
  IGPMessage** ppGPMessage
);
[C++]

Parameters nMeans [in] nMeans is a parameter of type VARIANT nSTDVs [in] nSTDVs is a parameter of type VARIANT lowerThreshold [in] lowerThreshold is a parameter of type VARIANT valueBelowThreshold [in] valueBelowThreshold is a parameter of type VARIANT upperThreshold [in] upperThreshold is a parameter of type VARIANT valueAboveThreshold [in] valueAboveThreshold is a parameter of type VARIANT ppGPMessage
ppGPMessage is a parameter of type IGPMessage

Product Availability

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

See Also

IGPSATransformationFunction Interface