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


IGPSATransformationFunction.GetDefaultTransformationValues Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSATransformationFunction Interface > IGPSATransformationFunction.GetDefaultTransformationValues Method
ArcGIS Developer Help

IGPSATransformationFunction.GetDefaultTransformationValues Method

Gets the default values of a transformation function

[Visual Basic .NET]
Public Sub GetDefaultTransformationValues ( _
    ByVal Type As esriSATransformationFunctionEnum, _
    ByVal pInData As String, _
    ByVal fromScale As Double, _
    ByVal toScale As Double, _
    ByVal bBuildStats As Boolean, _
    ByVal pEnvMgr As IGPEnvironmentManager, _
    ByRef lowerThreshold As Double, _
    ByRef valueBelowThreshold As Object, _
    ByRef upperThreshold As Double, _
    ByRef valueAboveThreshold As Object, _
    ByRef num1 As Double, _
    ByRef num2 As Double, _
    ByRef num3 As Double, _
    ByRef fileName As String _
)
[C#]
public void GetDefaultTransformationValues (
    esriSATransformationFunctionEnum Type,
    string pInData,
    double fromScale,
    double toScale,
    bool bBuildStats,
    IGPEnvironmentManager pEnvMgr,
    ref double lowerThreshold,
    ref object valueBelowThreshold,
    ref double upperThreshold,
    ref object valueAboveThreshold,
    ref double num1,
    ref double num2,
    ref double num3,
    ref string fileName
);
[C++]
HRESULT GetDefaultTransformationValues(
  esriSATransformationFunctionEnum Type,
  BSTR pInData,
  double fromScale,
  double toScale,
  VARIANT_BOOL bBuildStats,
  IGPEnvironmentManager* pEnvMgr,
  System.Double* lowerThreshold,
  Variant* valueBelowThreshold,
  System.Double* upperThreshold,
  Variant* valueAboveThreshold,
  System.Double* num1,
  System.Double* num2,
  System.Double* num3,
  System.String* fileName
);
[C++]
Parameters
Type [in]

Type is a parameter of type esriSATransformationFunctionEnum pInData [in]
pInData is a parameter of type BSTR fromScale [in]
fromScale is a parameter of type double toScale [in]
toScale is a parameter of type double bBuildStats [in]
bBuildStats is a parameter of type bool pEnvMgr [in]
pEnvMgr is a parameter of type IGPEnvironmentManager* lowerThreshold [out]
lowerThreshold is a parameter of type double* valueBelowThreshold [out]
valueBelowThreshold is a parameter of type VARIANT* upperThreshold [out]
upperThreshold is a parameter of type double* valueAboveThreshold [out]
valueAboveThreshold is a parameter of type VARIANT* num1 [out]
num1 is a parameter of type double* num2 [out]
num2 is a parameter of type double* num3 [out]
num3 is a parameter of type double* fileName [out]
fileName is a parameter of type BSTR*

Product Availability

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

See Also

IGPSATransformationFunction Interface