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


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

ISynchronizeParameters3.RefreshMensurationCapabilities Property

Indicates whether mensuration capabilities of the mosaic dataset is rebuilt using information stored in the function raster of selected items.

[Visual Basic .NET]
Public Property RefreshMensurationCapabilities As Boolean
[C#]
public bool RefreshMensurationCapabilities {get; set;}
[C++]
HRESULT get_RefreshMensurationCapabilities(
  VARIANT_BOOL pbRefreshMensurationCapabilities
);
[C++]
HRESULT put_RefreshMensurationCapabilities(
  Boolean* pbRefreshMensurationCapabilities
);
[C++]
Parameters
pbRefreshMensurationCapabilities [in]

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

Product Availability

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

See Also

ISynchronizeParameters3 Interface