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


IGPSATransformationFunction.GetDefaultTransformationValues Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

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,
  double* lowerThreshold,
  VARIANT* valueBelowThreshold,
  double* upperThreshold,
  VARIANT* valueAboveThreshold,
  double* num1,
  double* num2,
  double* num3,
  BSTR* 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 VARIANT_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