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


IBuildFootprintsByRadiometryParameters.MaximumValidDataValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildFootprintsByRadiometryParameters Interface > IBuildFootprintsByRadiometryParameters.MaximumValidDataValue Property
ArcGIS Developer Help

IBuildFootprintsByRadiometryParameters.MaximumValidDataValue Property

The maximum valid pixel value.

[Visual Basic .NET]
Public Property MaximumValidDataValue As Double
[C#]
public double MaximumValidDataValue {get; set;}
[C++]
HRESULT get_MaximumValidDataValue(
  double pMaximumDataValue
);
[C++]
HRESULT put_MaximumValidDataValue(
  System.Double* pMaximumDataValue
);
[C++]
Parameters
pMaximumDataValue [in]

pMaximumDataValue is a parameter of type double pMaximumDataValue [out, retval]
pMaximumDataValue is a parameter of type double*

Product Availability

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

See Also

IBuildFootprintsByRadiometryParameters Interface