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


IMosaicDataset.StereoTable Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDataset.StereoTable Property

The associated stereo table.

[Visual Basic .NET]
Public ReadOnly Property StereoTable As ITable
[C#]
public ITable StereoTable {get;}
[C++]
HRESULT get_StereoTable(
  ITable** ppStereoTable
);
[C++]

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

Product Availability

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

See Also

IMosaicDataset Interface