This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSATransformationFunction Interface > IGPSATransformationFunction.SetCustom Method (ArcObjects .NET 10.4 SDK) |
Defines a custom transformation function.
[Visual Basic .NET] Public Sub SetCustom ( _ ByVal fileName As IntPtr, _ ByVal lowerThreshold As Object, _ ByVal valueBelowThreshold As Object, _ ByVal upperThreshold As Object, _ ByVal valueAboveThreshold As Object, _ ByRef ppGPMessage As IGPMessage _ )
[C#] public void SetCustom ( IntPtr fileName, object lowerThreshold, object valueBelowThreshold, object upperThreshold, object valueAboveThreshold, ref IGPMessage ppGPMessage );
[C++]
HRESULT SetCustom(
BSTR fileName,
VARIANT lowerThreshold,
VARIANT valueBelowThreshold,
VARIANT upperThreshold,
VARIANT valueAboveThreshold,
IGPMessage** ppGPMessage
);
[C++]
Parameters fileName [in, out] fileName is a parameter of type BSTR 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