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


ICalculateCellSizeRangesParameters.UpdateMissingValuesOnly Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICalculateCellSizeRangesParameters Interface > ICalculateCellSizeRangesParameters.UpdateMissingValuesOnly Property
ArcGIS Developer Help

ICalculateCellSizeRangesParameters.UpdateMissingValuesOnly Property

Indicates whether only those rows where MinPS or MaxPS is either null or -1 are updated.

[Visual Basic .NET]
Public Property UpdateMissingValuesOnly As Boolean
[C#]
public bool UpdateMissingValuesOnly {get; set;}
[C++]
HRESULT get_UpdateMissingValuesOnly(
  VARIANT_BOOL pbUpdateMissingValuesOnly
);
[C++]
HRESULT put_UpdateMissingValuesOnly(
  Boolean* pbUpdateMissingValuesOnly
);
[C++]
Parameters
pbUpdateMissingValuesOnly [in]

pbUpdateMissingValuesOnly is a parameter of type bool pbUpdateMissingValuesOnly [out, retval]
pbUpdateMissingValuesOnly is a parameter of type bool*

Product Availability

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

See Also

ICalculateCellSizeRangesParameters Interface