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


IGPSATransformationFunction.SetLogisticGrowth 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.SetLogisticGrowth Method
ArcGIS Developer Help

IGPSATransformationFunction.SetLogisticGrowth Method

Defines a Logistic Growth transformation function.

[Visual Basic .NET]
Public Sub SetLogisticGrowth ( _
    ByVal minimum As Object, _
    ByVal maximum As Object, _
    ByVal yInterceptPercent 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 SetLogisticGrowth (
    object minimum,
    object maximum,
    object yInterceptPercent,
    object lowerThreshold,
    object valueBelowThreshold,
    object upperThreshold,
    object valueAboveThreshold,
    ref IGPMessage ppGPMessage
);
[C++]
HRESULT SetLogisticGrowth(
  VARIANT minimum,
  VARIANT maximum,
  VARIANT yInterceptPercent,
  VARIANT lowerThreshold,
  VARIANT valueBelowThreshold,
  VARIANT upperThreshold,
  VARIANT valueAboveThreshold,
  IGPMessage** ppGPMessage
);
[C++]
Parameters
minimum [in]

minimum is a parameter of type VARIANT maximum [in]
maximum is a parameter of type VARIANT yInterceptPercent [in]
yInterceptPercent 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