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


IAnalyzeParameters.AnalyzeVisibility Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IAnalyzeParameters.AnalyzeVisibility Property

Indicates whether the visibility of each selected mosaic dataset item is analyzed.

[Visual Basic .NET]
Public Property AnalyzeVisibility As Boolean
[C#]
public bool AnalyzeVisibility {get; set;}
[C++]
HRESULT get_AnalyzeVisibility(
  VARIANT_BOOL pbAnalyzeVisibility
);
[C++]
HRESULT put_AnalyzeVisibility(
  Boolean* pbAnalyzeVisibility
);
[C++]

Parameters pbAnalyzeVisibility [in]
pbAnalyzeVisibility is a parameter of type bool pbAnalyzeVisibility [out, retval]
pbAnalyzeVisibility is a parameter of type bool*

Product Availability

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

See Also

IAnalyzeParameters Interface