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


IMosaicDataset2.AnalysisResults Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDataset2.AnalysisResults Property

The associated analysis results table.

[Visual Basic .NET]
Public Property AnalysisResults As ITable
[C#]
public ITable AnalysisResults {get; set;}
[C++]
HRESULT get_AnalysisResults(
  ITable** ppAnalysisResultsTable
);
[C++]
HRESULT putref_AnalysisResults(
  ITable* ppAnalysisResultsTable
);
[C++]

Parameters ppAnalysisResultsTable [out, retval]
ppAnalysisResultsTable is a parameter of type ITable ppAnalysisResultsTable [in]
ppAnalysisResultsTable is a parameter of type ITable

Product Availability

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

See Also

IMosaicDataset2 Interface