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


IStretchFunctionArguments.Max Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStretchFunctionArguments Interface > IStretchFunctionArguments.Max Property
ArcGIS Developer Help

IStretchFunctionArguments.Max Property

The current maximum output value.

[Visual Basic .NET]
Public Property Max As Double
[C#]
public double Max {get; set;}
[C++]
HRESULT get_Max(
  System.Double* pMaxValue
);
[C++]
HRESULT put_Max(
  double pMaxValue
);
[C++]
Parameters
pMaxValue [out, retval]

pMaxValue is a parameter of type double* pMaxValue [in]
pMaxValue is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IStretchFunctionArguments Interface