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


ISynchronizeParameters3.RefreshMensurationCapabilities Property (ArcObjects .NET 10.5 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(
  VARIANT_BOOL pbRefreshMensurationCapabilities
);
[C++]

Parameters pbRefreshMensurationCapabilities [out, retval] pbRefreshMensurationCapabilities is a parameter of type VARIANT_BOOL pbRefreshMensurationCapabilities [in] pbRefreshMensurationCapabilities is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISynchronizeParameters3 Interface