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


ISynchronizeParameters3.RefreshMensurationCapabilities Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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