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 > IGPSATransformationFunction Interface > IGPSATransformationFunction.SetNear Method (ArcObjects .NET 10.5 SDK) |
Defines a Near transformation function.
[Visual Basic .NET] Public Sub SetNear ( _ ByVal midPoint As Object, _ ByVal spread 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 SetNear ( object midPoint, object spread, object lowerThreshold, object valueBelowThreshold, object upperThreshold, object valueAboveThreshold, ref IGPMessage ppGPMessage );
[C++]
HRESULT SetNear(
VARIANT midPoint,
VARIANT spread,
VARIANT lowerThreshold,
VARIANT valueBelowThreshold,
VARIANT upperThreshold,
VARIANT valueAboveThreshold,
IGPMessage** ppGPMessage
);
[C++]
Parameters midPoint [in] midPoint is a parameter of type VARIANT spread [in] spread 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